Fix name collisions
[satune.git] / src / csolver.h
index a37434cf3e86bc39d3c209aeda7f99a5f6d6fb1c..85da23e117e8c0e5b4f5c699bbc4f16209b8a3fc 100644 (file)
@@ -139,7 +139,7 @@ private:
        void handleORFalse(BooleanLogic *bexpr, Boolean *child);
 
        /** This is a vector of constraints that must be satisfied. */
-       HashSetBoolean constraints;
+       HashsetBoolean constraints;
 
        /** This is a vector of all boolean structs that we have allocated. */
        Vector<Boolean *> allBooleans;