X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_twotone.cpp;h=f92b1ce481313dfe4346de3489ff81d688a50eea;hb=bf1664961c62e7cf5260b8e757c12118ff948502;hp=f50cdffaada5d1180311c3eaac5b12418b5aa417;hpb=537bbdbf5b44201ef6cb7b6495e6256993c9bf01;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_twotone.cpp b/synfig-core/trunk/src/synfig/valuenode_twotone.cpp index f50cdff..f92b1ce 100644 --- a/synfig-core/trunk/src/synfig/valuenode_twotone.cpp +++ b/synfig-core/trunk/src/synfig/valuenode_twotone.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file valuenode_twotone.cpp -** \brief Template File +** \brief Implementation of the "Two-Tone" valuenode conversion. ** ** $Id$ ** @@ -175,8 +175,9 @@ ValueNode_TwoTone::link_name(int i)const return "color1"; case 1: return "color2"; + default: + return String(); } - return String(); } int