diff --git a/modules/juce_gui_basics/windows/juce_DialogWindow.h b/modules/juce_gui_basics/windows/juce_DialogWindow.h index 11e0697c42..01cbec1f72 100644 --- a/modules/juce_gui_basics/windows/juce_DialogWindow.h +++ b/modules/juce_gui_basics/windows/juce_DialogWindow.h @@ -78,7 +78,7 @@ public: initialise its fields with the appropriate details, and then call its launchAsync() method to launch the dialog. */ - struct LaunchOptions + struct JUCE_API LaunchOptions { LaunchOptions() noexcept;