Skip to content

Commit 4bacd84

Browse files
committed
Merge branch 'DemoApp' of https://github.com/aiekick/ImGuiFileDialog into DemoApp
2 parents ff64d66 + 6b415d9 commit 4bacd84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2024 Stephane Cuillerdier (aka Aiekick)
3+
Copyright (c) 2018-2025 Stephane Cuillerdier (aka Aiekick)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

tests/ImGuiFileDialog/Test_FileManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class TestFileManager {
2525
private:
2626
FileDialogInternal fd;
2727
std::set<std::string> arr;
28-
std::unique_ptr<IFileSystem> m_FileSystemPtr = std::make_unique<FileSystemDirent>();
28+
std::unique_ptr<IFileSystem> m_FileSystemPtr = std::make_unique<FILE_SYSTEM_OVERRIDE>();
2929

3030
private:
3131

0 commit comments

Comments
 (0)