X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=store.cc;h=d03467cf64df6a8736cdc81ba86d34462293aeb9;hb=cf035fa1849a5e65c0d636ce2718bc2c85994680;hp=c2fd5b4d8696e62da10f8b04b6d4e08488a2a003;hpb=9b0fce2b8ea23e4eb23485421e1d80a774c912b3;p=odcread.git 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;