diff options
-rw-r--r-- | src/match.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match.cpp b/src/match.cpp index c58265f..ddd0254 100644 --- a/src/match.cpp +++ b/src/match.cpp @@ -688,5 +688,5 @@ CompMatch::operator| (const CompString &str) bool CompMatch::operator== (const CompMatch &match) { - matchOpsEqual (priv->op.op, match.priv->op.op); + return matchOpsEqual (priv->op.op, match.priv->op.op); } |