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