diff options
Diffstat (limited to 'src/ClientPattern.hh')
-rw-r--r-- | src/ClientPattern.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientPattern.hh b/src/ClientPattern.hh index a5b7206..358977a 100644 --- a/src/ClientPattern.hh +++ b/src/ClientPattern.hh | |||
@@ -89,6 +89,7 @@ public: | |||
89 | * the column of the error is stored in m_matchlimit | 89 | * the column of the error is stored in m_matchlimit |
90 | */ | 90 | */ |
91 | int error() const { return m_terms.empty() ? 1 : 0; } | 91 | int error() const { return m_terms.empty() ? 1 : 0; } |
92 | int error_col() const { return m_matchlimit; } | ||
92 | 93 | ||
93 | static FbTk::FbString getProperty(WinProperty prop, const Focusable &client); | 94 | static FbTk::FbString getProperty(WinProperty prop, const Focusable &client); |
94 | 95 | ||