Author: Diego Barrios Romero <[email protected]>
Date:   Tue Jun 12 16:53:58 2012 +0200

Implementation of template class methods must be in hpp file

In order to be properly processed when compiling

---

 synfig-core/src/synfig/Makefile.am                 |    1 +
 synfig-core/src/synfig/colorblender.h              |    2 +-
 .../synfig/{colorblender.cpp => colorblender.hpp}  |    0
 3 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/synfig-core/src/synfig/Makefile.am 
b/synfig-core/src/synfig/Makefile.am
index eb5ec4e..66e1d18 100644
--- a/synfig-core/src/synfig/Makefile.am
+++ b/synfig-core/src/synfig/Makefile.am
@@ -211,6 +211,7 @@ SYNFIGHEADERS = \
        canvas.h \
        colorbase.h \
        colorblender.h \
+       colorblender.hpp \
        color.h \
        context.h \
        curve_helper.h \
diff --git a/synfig-core/src/synfig/colorblender.h 
b/synfig-core/src/synfig/colorblender.h
index 0b76b77..aa5d3cb 100644
--- a/synfig-core/src/synfig/colorblender.h
+++ b/synfig-core/src/synfig/colorblender.h
@@ -84,7 +84,7 @@ public:
 
 };
 
-#include "colorblender.cpp"
+#include "colorblender.hpp"
 
 } /* namespace synfig */
 
diff --git a/synfig-core/src/synfig/colorblender.cpp 
b/synfig-core/src/synfig/colorblender.hpp
similarity index 100%
rename from synfig-core/src/synfig/colorblender.cpp
rename to synfig-core/src/synfig/colorblender.hpp


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to