Merging + fixing memory bugs
[satune.git] / src / AST / mutableset.h
index 080db14c863f4bbddf882477a92ca44542da22dd..9cfa9e6a5acce23e4aab7360c43d72abaf4b2177 100644 (file)
@@ -7,6 +7,8 @@ public:
        MutableSet(VarType t);
        void addElementMSet(uint64_t element);
        Set *clone(CSolver *solver, CloneMap *map);
-       MEMALLOC;
+       bool isMutableSet() {return true;}
+       void finalize();
+       CMEMALLOC;
 };
 #endif