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.
1 parent 4bacd84 commit a6f1262Copy full SHA for a6f1262
1 file changed
tests/ImGuiFileDialog/Test_FileManager.cpp
@@ -2,7 +2,7 @@
2
3
#include <cassert>
4
5
-#include <ImGuiFileDialog/ImGuiFileDialog.cpp>
+#include <ImGuiFileDialog/ImGuiFileDialog.cpp> // for let IGFD::FileManager find the FS on destroy
6
7
#include <imgui_internal.h>
8
@@ -25,10 +25,8 @@ class TestFileManager {
25
private:
26
FileDialogInternal fd;
27
std::set<std::string> arr;
28
- std::unique_ptr<IFileSystem> m_FileSystemPtr = std::make_unique<FILE_SYSTEM_OVERRIDE>();
29
30
31
-
32
void m_compute_name_array() {
33
for (const auto& file_ptr : fd.fileManager.m_FileList) {
34
if (file_ptr) {
0 commit comments