fix several misc issues

This commit is contained in:
tildearrow 2022-04-14 18:25:59 -05:00
parent 8ff694eb13
commit 68445435f9
9 changed files with 32 additions and 11 deletions

View file

@ -23,7 +23,7 @@ class FurnaceGUIFileDialog {
bool render(const ImVec2& min, const ImVec2& max);
String getPath();
String getFileName();
FurnaceGUIFileDialog(bool system):
explicit FurnaceGUIFileDialog(bool system):
sysDialog(system),
opened(false),
saving(false),