This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Added a missing JUCE_API flag.
tags/2021-05-28
jules
10 years ago
parent
49dd0011b0
commit
741816a020
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save