Fixed the way that the decision is made which value to use when linking values togeth...
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / valuedesclink.h
index 6ae8670..0e2a6fe 100644 (file)
@@ -49,6 +49,8 @@ private:
        std::list<ValueDesc> value_desc_list;
        synfig::ValueNode::Handle link_value_node;
        bool poison;
+       int status_level;
+       synfig::String status_message;
        synfig::Time time;
 public: