Skip to content

Commit 3df7299

Browse files
update signature of operator==
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 649c36a commit 3df7299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/muz/rel/dl_base.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ namespace datalog {
9393
*/
9494
class signature_base : public signature_base_base {
9595
public:
96-
bool operator==(const signature & o) const {
96+
bool operator==(const signature_base & o) const {
9797
unsigned n=signature_base_base::size();
9898
if (n!=o.size()) {
9999
return false;

0 commit comments

Comments
 (0)