diff -r fc1e478697d3 -r 8339178ae43d mapstorage.h --- a/mapstorage.h Wed Oct 25 13:21:24 2006 +0000 +++ b/mapstorage.h Wed Oct 25 17:50:02 2006 +0000 @@ -23,6 +23,8 @@ class MapStorage { public: + enum value {DOUBLE, STRING}; + enum type {NORMAL, GUI}; ///The graph for which the datas are stored. Graph graph;