From 82b9a6d6e5de1124513a4bb2dca5cc99724758a7 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 23 Nov 2012 17:30:20 +0000 Subject: [PATCH] Added a section to jucer template file. --- extras/the jucer/src/templates/jucer_ComponentTemplate.cpp | 3 +++ extras/the jucer/src/templates/jucer_ComponentTemplate.h | 2 ++ 2 files changed, 5 insertions(+) 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%%