X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=store.cc;h=4bbabf83591858e3106d1a1fd5cd4767240d3362;hb=d7f2452e20b04d1559b7bdd3aa49b6fbf7d0abaf;hp=c2fd5b4d8696e62da10f8b04b6d4e08488a2a003;hpb=9b0fce2b8ea23e4eb23485421e1d80a774c912b3;p=odcread.git diff --git a/store.cc b/store.cc index c2fd5b4..4bbabf8 100644 --- a/store.cc +++ b/store.cc @@ -1,5 +1,6 @@ #include #include +#include #include @@ -65,6 +66,8 @@ std::string Store::toString() { return getTypeName(); } +void Store::accept(Visitor &visitor) const {} + const std::string Elem::TYPENAME("Stores.Elem^"); const TypeProxy Elem::PROXY;