diff --git a/distrho/extra/FileBrowserDialogImpl.hpp b/distrho/extra/FileBrowserDialogImpl.hpp index 8b3bbd9a..225e34f9 100644 --- a/distrho/extra/FileBrowserDialogImpl.hpp +++ b/distrho/extra/FileBrowserDialogImpl.hpp @@ -43,6 +43,9 @@ struct FileBrowserOptions { /** File browser dialog window title, uses "FileBrowser" if null */ const char* title; + /** Class name of the matching Application instance that controls this dialog */ + const char* className; + // TODO file filter /** @@ -80,6 +83,7 @@ struct FileBrowserOptions { defaultName(nullptr), startDir(nullptr), title(nullptr), + className(nullptr), buttons() {} };