X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fsynfig%2Fvaluenode_const.cpp;h=a34d8919c3d5d7235f808399a20cfe2d8aa661f3;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=a9958d81fb371013f1fb58a4c26f43cd53c2f05b;hpb=40dd10f62f1b0983b20cf99dd4780ea73236eb0c;p=synfig.git diff --git a/synfig-core/tags/stable/src/synfig/valuenode_const.cpp b/synfig-core/tags/stable/src/synfig/valuenode_const.cpp index a9958d8..a34d891 100644 --- a/synfig-core/tags/stable/src/synfig/valuenode_const.cpp +++ b/synfig-core/tags/stable/src/synfig/valuenode_const.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file valuenode_const.cpp -** \brief Template File +** \brief Implementation of the "Constant" valuenode conversion. ** ** $Id$ ** @@ -85,7 +85,7 @@ ValueNode_Const::~ValueNode_Const() ValueBase -ValueNode_Const::operator()(Time t)const +ValueNode_Const::operator()(Time /*t*/)const { return value; } @@ -126,6 +126,6 @@ ValueNode_Const::get_local_name()const return _("Constant"); } -void ValueNode_Const::get_times_vfunc(Node::time_set &set) const +void ValueNode_Const::get_times_vfunc(Node::time_set &/*set*/) const { }