Revert patch to hide symptom of previous bugs
[satune.git] / src / AST / mutableset.h
index b0359d3d5165d9e1241f6e7affa35bd749f311d1..568678f5cea381f9e66840f56f174bda088e6b73 100644 (file)
@@ -3,9 +3,10 @@
 #include "set.h"
 
 class MutableSet : public Set {
- public:
+public:
        MutableSet(VarType t);
        void addElementMSet(uint64_t element);
-       MEMALLOC;
+       Set *clone(CSolver *solver, CloneMap *map);
+       CMEMALLOC;
 };
 #endif