diff --git a/dgl/Window.hpp b/dgl/Window.hpp index b1ef1918..27e72dcd 100644 --- a/dgl/Window.hpp +++ b/dgl/Window.hpp @@ -369,7 +369,7 @@ public: This function does not block the event loop. */ - bool openFileBrowser(const FileBrowserOptions& options); + bool openFileBrowser(const FileBrowserOptions& options = FileBrowserOptions()); #endif /**