mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Fix for main() declaration.
This commit is contained in:
parent
566de48759
commit
dcfbfed8bc
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ public:
|
|||
|
||||
#define START_JUCE_APPLICATION(AppClass) \
|
||||
static juce::JUCEApplicationBase* juce_CreateApplication() { return new AppClass(); } \
|
||||
JUCE_MAIN_FUNCTION \
|
||||
extern "C" JUCE_MAIN_FUNCTION \
|
||||
{ \
|
||||
juce::JUCEApplication::createInstance = &juce_CreateApplication; \
|
||||
return juce::JUCEApplication::main (JUCE_MAIN_FUNCTION_ARGS); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue