commit ab0b0d45272537bc6e6117b0ea924d8b3b55415e
parent d6f29567473fc81ca217711d364add6d4203c4a6
Author: falkTX <falktx@falktx.com>
Date: Mon, 20 Sep 2021 22:56:17 +0100
Allow to use Window::openFileBrowser() without arguments
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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
/**