Browse Source

Allow to use Window::openFileBrowser() without arguments

Signed-off-by: falkTX <falktx@falktx.com>
pull/330/head
falkTX 3 years ago
parent
commit
ab0b0d4527
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dgl/Window.hpp

+ 1
- 1
dgl/Window.hpp View File

@@ -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

/**


Loading…
Cancel
Save