diff options
Diffstat (limited to 'src/ClientPattern.hh')
-rw-r--r-- | src/ClientPattern.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ClientPattern.hh b/src/ClientPattern.hh index ee7ebc7..6db9c83 100644 --- a/src/ClientPattern.hh +++ b/src/ClientPattern.hh | |||
@@ -73,6 +73,9 @@ public: | |||
73 | return match(win); | 73 | return match(win); |
74 | } | 74 | } |
75 | 75 | ||
76 | // whether this pattern has identical matching criteria | ||
77 | bool equals(const ClientPattern &pat) const; | ||
78 | |||
76 | /** | 79 | /** |
77 | * If there are no terms, then there is assumed to be an error | 80 | * If there are no terms, then there is assumed to be an error |
78 | * the column of the error is stored in m_matchlimit | 81 | * the column of the error is stored in m_matchlimit |