mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Added a missing JUCE_API flag.
This commit is contained in:
parent
49dd0011b0
commit
741816a020
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue