bug fixes
[satune.git] / src / csolver.h
index fa2ee1426fad6288162bc880ef7c1fdd72dd03d5..c5c3b8d6fff90869b2be6338a3c0bcd3c477bfb1 100644 (file)
@@ -177,7 +177,8 @@ public:
 private:
        void handleIFFTrue(BooleanLogic *bexpr, BooleanEdge child);
        void handleANDTrue(BooleanLogic *bexpr, BooleanEdge child);
-
+       void handleFunction(ElementFunction * ef, BooleanEdge child);
+       
        //These two functions are helpers if the client has a pointer to a
        //Boolean object that we have since replaced
        BooleanEdge rewriteLogicalOperation(LogicOp op, BooleanEdge *array, uint asize);