Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / valuedesclink.h
index 6ae8670..a72e78f 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -49,6 +50,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: