We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff64d66 + 6b415d9 commit 4bacd84Copy full SHA for 4bacd84
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2018-2024 Stephane Cuillerdier (aka Aiekick)
+Copyright (c) 2018-2025 Stephane Cuillerdier (aka Aiekick)
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
tests/ImGuiFileDialog/Test_FileManager.cpp
@@ -25,7 +25,7 @@ class TestFileManager {
25
private:
26
FileDialogInternal fd;
27
std::set<std::string> arr;
28
- std::unique_ptr<IFileSystem> m_FileSystemPtr = std::make_unique<FileSystemDirent>();
+ std::unique_ptr<IFileSystem> m_FileSystemPtr = std::make_unique<FILE_SYSTEM_OVERRIDE>();
29
30
31
0 commit comments