X-Git-Url: http://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=store.h;h=4e7360e782170315dafd917c53816b6ae5d141c4;hp=66e58b0cae59d4dd6d0d093c5cccbcf1d3d74b71;hb=d7f2452e20b04d1559b7bdd3aa49b6fbf7d0abaf;hpb=cf035fa1849a5e65c0d636ce2718bc2c85994680 diff --git a/store.h b/store.h index 66e58b0..4e7360e 100644 --- a/store.h +++ b/store.h @@ -4,6 +4,7 @@ #include #include #include +#include #include #include @@ -130,7 +131,11 @@ namespace odc { // FIXME virtual std::string toString(); - virtual std::string toPlainText(); + + /** + * Receiving end of the Visitor pattern. + */ + virtual void accept(Visitor &visitor) const; private: void calcTypePath(TypePath * out, const std::string &name) const;