Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_geometry / rectangle.h
index 422ad05..add217c 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file rectangle.h
-**     \brief Template Header
+**     \brief Header file for implementation of the "Rectangle" layer
 **
 **     $Id$
 **
@@ -62,7 +62,7 @@ public:
 
        virtual synfig::ValueBase get_param(const synfig::String & param)const;
 
-       virtual bool Rectangle::is_solid_color()const;
+       virtual bool is_solid_color()const;
 
        virtual synfig::Color get_color(synfig::Context context, const synfig::Point &pos)const;