diff --git a/extras/Introjucer/Source/Project Saving/jucer_ResourceFile.cpp b/extras/Introjucer/Source/Project Saving/jucer_ResourceFile.cpp index ebdb147fe8..f0d5524202 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ResourceFile.cpp +++ b/extras/Introjucer/Source/Project Saving/jucer_ResourceFile.cpp @@ -216,10 +216,11 @@ bool ResourceFile::write (const File& cppFile, OutputStream& cpp, OutputStream& << " }" << newLine << newLine << " juce::var getIdentifierForImage (const juce::Image&) { return juce::var(); }" << newLine - << " };" << newLine - << "}" << newLine; + << " };" << newLine; } + header << "}" << newLine; + return true; }