DEADSOFTWARE

Completely convert .odc to .txt using Visitor
[odcread.git] / store.cc
index c2fd5b4d8696e62da10f8b04b6d4e08488a2a003..4bbabf83591858e3106d1a1fd5cd4767240d3362 100644 (file)
--- a/store.cc
+++ b/store.cc
@@ -1,5 +1,6 @@
 #include <store.h>
 #include <reader.h>
+#include <visitor.h>
 
 #include <iostream>
 
@@ -65,6 +66,8 @@ std::string Store::toString() {
        return getTypeName(); 
 }
 
+void Store::accept(Visitor &visitor) const {}
+
 const std::string Elem::TYPENAME("Stores.Elem^");
 const TypeProxy<Elem> Elem::PROXY;