From ab0b0d45272537bc6e6117b0ea924d8b3b55415e Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 20 Sep 2021 22:56:44 +0100 Subject: [PATCH] Allow to use Window::openFileBrowser() without arguments Signed-off-by: falkTX --- dgl/Window.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /**