Browse Source

Added a missing JUCE_API flag.

tags/2021-05-28
jules 10 years ago
parent
commit
741816a020
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/windows/juce_DialogWindow.h

+ 1
- 1
modules/juce_gui_basics/windows/juce_DialogWindow.h View File

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


Loading…
Cancel
Save