X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=store%2Fstore.h;h=b21f9f86eaa207284dcb544d844d9822915f764f;hb=HEAD;hp=5743cb09f938ff770840fa32ed610e70d16eb9fe;hpb=8bb15b1dd0927add217ff8ff4ef4e002dc49bff3;p=odcread.git diff --git a/store/store.h b/store/store.h index 5743cb0..b21f9f8 100644 --- a/store/store.h +++ b/store/store.h @@ -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 { - public: - std::string toString() const; - }; - /** * TYPE Store * ABSTRACT