DEADSOFTWARE

Split up fold
[odcread.git] / fold / fold.h
index e8c78b7e57e72e5300cb122781a3eb130bda215b..628caca2ecc790e32112f1ed53c050933383d94b 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef _FOLD_H_
 #define _FOLD_H_
 
-#include <oberon.h>
-#include <typeregister.h>
-#include <store.h>
+#include "oberon.h"
+#include "typeregister/typeregister.h"
+#include "store/store.h"
 
 namespace odc {
 
@@ -42,6 +42,7 @@ namespace odc {
                virtual const std::string &getTypeName() const;
 
                Fold(INTEGER id);
+               ~Fold();
                /**
                 * Calls super and reads the version and checks that its in the allowed range.
                 * Then reads the state of the Fold, including the hidden part.