diff --git a/extras/the jucer/src/templates/jucer_ComponentTemplate.cpp b/extras/the jucer/src/templates/jucer_ComponentTemplate.cpp index 28a72216c0..327e56d858 100644 --- a/extras/the jucer/src/templates/jucer_ComponentTemplate.cpp +++ b/extras/the jucer/src/templates/jucer_ComponentTemplate.cpp @@ -68,3 +68,6 @@ END_JUCER_METADATA #endif %%staticMemberDefinitions%% + +//[EndFile] You can add extra defines here... +//[/EndFile] diff --git a/extras/the jucer/src/templates/jucer_ComponentTemplate.h b/extras/the jucer/src/templates/jucer_ComponentTemplate.h index 02270cc1b6..88ee23b458 100644 --- a/extras/the jucer/src/templates/jucer_ComponentTemplate.h +++ b/extras/the jucer/src/templates/jucer_ComponentTemplate.h @@ -60,5 +60,7 @@ private: JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%className%%); }; +//[EndFile] You can add extra defines here... +//[/EndFile] #endif // %%headerGuard%%