diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectSaver.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectSaver.h index 7a040de50e..ebe5ea0bef 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectSaver.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectSaver.h @@ -369,7 +369,7 @@ private: if (type.isAudioPlugin() || type.isDynamicLibrary() || type.isBrowserPlugin()) isStandaloneApplication = 0; - + out << "//==============================================================================" << newLine; out << "#ifndef JUCE_STANDALONE_APPLICATION" << newLine; out << " #define JUCE_STANDALONE_APPLICATION " << isStandaloneApplication << newLine;