Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / stable / src / modules / mod_geometry / circle.h
index 27a6c58..f7cd379 100644 (file)
@@ -1,11 +1,12 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file circle.h
-**     \brief Template Header
+**     \brief Header file for implementation of the "Circle" layer
 **
 **     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2008 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -46,7 +47,7 @@ class Circle : public synfig::Layer_Composite, public synfig::Layer_NoDeform
        SYNFIG_LAYER_MODULE_EXT
 private:
        synfig::Color color;
-       synfig::Point pos;
+       synfig::Point origin;
        synfig::Real radius;
        synfig::Real feather;
        bool invert;