diff --git a/Kernel/Signature.hpp b/Kernel/Signature.hpp index f2f8e9128b..86b7915c49 100644 --- a/Kernel/Signature.hpp +++ b/Kernel/Signature.hpp @@ -371,7 +371,7 @@ class Signature CALL("Signature::haveInterpretingSymbol(Interpretation, OperatorType*)"); return _iSymbols.find(std::make_pair(interp,type)); } - unsigned haveInterpretingSymbol(Interpretation interp) + bool haveInterpretingSymbol(Interpretation interp) { CALL("Signature::haveInterpretingSymbol(Interpretation)"); ASS(!Theory::isPolymorphic(interp));