X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode.h;h=bf585047a50c6fadb2f770c8f9b06745e9a5bead;hb=756c0d29ac1742f231e6615f9a577e574e35a4af;hp=62940c3fbeeb6bd2770ffcf560d3529c3f51a114;hpb=f1853221eb20d3c9a8bd72d4fd16f3cea436c894;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode.h b/synfig-core/trunk/src/synfig/valuenode.h index 62940c3..bf58504 100644 --- a/synfig-core/trunk/src/synfig/valuenode.h +++ b/synfig-core/trunk/src/synfig/valuenode.h @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2008 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 @@ -30,6 +31,7 @@ #include "vector.h" #include "value.h" #include "string.h" +#include "releases.h" #include #include #include "exception.h" @@ -312,6 +314,7 @@ public: String local_name; Factory factory; CheckType check_type; + ReleaseVersion release_version; // which version of synfig introduced this valuenode type }; typedef std::map Book;