Author: Diego Barrios Romero <[email protected]>
Date:   Tue Jun 12 17:44:06 2012 +0200

enum use fix

---

 synfig-core/src/synfig/color.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-core/src/synfig/color.cpp b/synfig-core/src/synfig/color.cpp
index 8b1247d..c602f2f 100644
--- a/synfig-core/src/synfig/color.cpp
+++ b/synfig-core/src/synfig/color.cpp
@@ -242,7 +242,7 @@ Color::Color(const CairoColor& c): ColorBase<value_type>()
 
 
 Color
-Color::blend(Color a, Color b, float amount, ColorBase::BlendMethod type)
+Color::blend(Color a, Color b, float amount, Color::BlendMethod type)
 {
        return ColorBlender<Color>::blend(a, b, amount, type);
 }


------------------------------------------------------------------------------
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