Rearranged a bit. Use the new macro in valuenode.h introduced in the previous commit...
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_stripes.cpp
index a1a34f8..de0171e 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file valuenode_stripes.cpp
-**     \brief Template File
+**     \brief Implementation of the "Stripes" valuenode conversion.
 **
 **     $Id$
 **
@@ -240,8 +240,9 @@ ValueNode_Stripes::link_name(int i)const
                        return "stripes";
                case 3:
                        return "width";
+               default:
+                       return String();
        }
-       return String();
 }
 
 int