--- ./libs/graph/src/read_graphviz_new.cpp.orig 2009-12-24 02:55:05.000000000 +0600 +++ ./libs/graph/src/read_graphviz_new.cpp 2009-12-24 02:55:09.000000000 +0600 @@ -75,7 +75,7 @@ quoted_string, // Only used internally in tokenizer eof, invalid - } type; + }; token_type type; std::string normalized_value; // May have double-quotes removed and/or some escapes replaced token(token_type type, const std::string& normalized_value) : type(type), normalized_value(normalized_value) {}