Merge branch 'nikitakit_svg'
[synfig.git] / synfig-studio / src / gtkmm / duck.h
index 952a40a..9a054f3 100644 (file)
@@ -7,6 +7,7 @@
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **     Copyright (c) 2007, 2008 Chris Moore
+**     Copyright (c) 2009 Nikita Kitaev
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -217,6 +218,7 @@ public:
        synfig::Point get_point()const { return shared_point?*shared_point:point; }
 
        synfig::Angle get_rotations()const { return rotations; };
+       void set_rotations(const synfig::Angle &x) { rotations=x; };
 
        synfig::Point get_trans_point()const;
 
@@ -228,8 +230,6 @@ public:
        void set_sub_trans_point(const synfig::Point &x, const synfig::Time &time);
        synfig::Point get_sub_trans_origin()const;
 
-       void update(const synfig::Time &time);
-
        //! Sets the origin point.
        void set_origin(const synfig::Point &x);