File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ namespace IGFD
665665
666666 public:
667667 FileDialog (); // ImGuiFileDialog Constructor. can be used for have many dialog at same tiem (not possible with singleton)
668- ~FileDialog (); // ImGuiFileDialog Destructor
668+ virtual ~FileDialog (); // ImGuiFileDialog Destructor
669669
670670 // standard dialog
671671 void OpenDialog ( // open simple dialog (path and fileName can be specified)
@@ -1102,4 +1102,4 @@ typedef IGFD::FileDialog ImGuiFileDialog;
11021102 // //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
11031103 // //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
11041104
1105- #endif // IMGUIFILEDIALOG_H
1105+ #endif // IMGUIFILEDIALOG_H
You can’t perform that action at this time.
0 commit comments