X-Git-Url: http://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=store.cc;h=d03467cf64df6a8736cdc81ba86d34462293aeb9;hp=c2fd5b4d8696e62da10f8b04b6d4e08488a2a003;hb=cf035fa1849a5e65c0d636ce2718bc2c85994680;hpb=51b3593cbfb33c1d7b4b588f3841c3c405e3a215 diff --git a/store.cc b/store.cc index c2fd5b4..d03467c 100644 --- a/store.cc +++ b/store.cc @@ -65,6 +65,10 @@ std::string Store::toString() { return getTypeName(); } +std::string Store::toPlainText() { + return std::string(); +} + const std::string Elem::TYPENAME("Stores.Elem^"); const TypeProxy Elem::PROXY;