Fixed the name of the last parameter in the set_time() prototype to match that of...
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / import.h
index 6b8e20b..1ffce2b 100644 (file)
@@ -64,7 +64,7 @@ public:
 
        virtual void set_time(synfig::Context context, synfig::Time time)const;
 
-       virtual void set_time(synfig::Context context, synfig::Time time, const synfig::Point &pos)const;
+       virtual void set_time(synfig::Context context, synfig::Time time, const synfig::Point &point)const;
 };
 
 /* === E N D =============================================================== */