X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=store.h;h=4e7360e782170315dafd917c53816b6ae5d141c4;hb=c71568094a35bbda781ac2070e50a59a3b5ac9f7;hp=66e58b0cae59d4dd6d0d093c5cccbcf1d3d74b71;hpb=cf035fa1849a5e65c0d636ce2718bc2c85994680;p=odcread.git 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;