X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Ftimeloop.h;h=ccc621589c78c7ff2cdf8509e7b309d485687626;hb=bbf05c1d5f53f61ec5b033c5c305a497d8389d46;hp=b683cd874bdd00e7152d2583592482c61d6058da;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/timeloop.h b/synfig-core/trunk/src/modules/lyr_std/timeloop.h index b683cd8..ccc6215 100644 --- a/synfig-core/trunk/src/modules/lyr_std/timeloop.h +++ b/synfig-core/trunk/src/modules/lyr_std/timeloop.h @@ -2,7 +2,7 @@ /*! \file timeloop.h ** \brief Template Header ** -** $Id: timeloop.h,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -51,10 +51,10 @@ protected: public: ~Layer_TimeLoop(); - + virtual bool set_param(const synfig::String & param, const synfig::ValueBase &value); - virtual synfig::ValueBase get_param(const synfig::String & param)const; + virtual synfig::ValueBase get_param(const synfig::String & param)const; virtual Vocab get_param_vocab()const; virtual synfig::Color get_color(synfig::Context context, const synfig::Point &pos)const;