X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Frectangle.h;h=add217c9ac1ff379dd6ca66cb2811e78a5278f6a;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=422ad05db2f5426bf15b10d21a9c6818bbabfa0e;hpb=87e4d2d443aedda8c9bc4671d74241ec4db7a9ae;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/rectangle.h b/synfig-core/trunk/src/modules/mod_geometry/rectangle.h index 422ad05..add217c 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/rectangle.h +++ b/synfig-core/trunk/src/modules/mod_geometry/rectangle.h @@ -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;