DEADSOFTWARE

Reader split into files
[odcread.git] / store / store.h
index 5743cb09f938ff770840fa32ed610e70d16eb9fe..b21f9f86eaa207284dcb544d844d9822915f764f 100644 (file)
@@ -7,15 +7,11 @@
 #include "oberon.h"
 #include "typeregister/typeregister.h"
 #include "visitor/visitor.h"
+#include "typepath/typepath.h"
 
 namespace odc {
        class Reader; // forward decl
 
-       class TypePath : public std::vector<std::string> {
-               public:
-               std::string toString() const;
-       };
-
        /**
         * TYPE Store
         * ABSTRACT