Skip to content

Commit

Permalink
haveInterpretingSymbol overload should be of bool return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Suda committed Nov 15, 2017
1 parent 81ffc0e commit edecd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Signature.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit edecd6c

Please sign in to comment.