diff options
Diffstat (limited to 'include/core/match.h')
-rw-r--r-- | include/core/match.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/match.h b/include/core/match.h index 4afbec7..de26b5a 100644 --- a/include/core/match.h +++ b/include/core/match.h @@ -42,7 +42,7 @@ class CompMatch { virtual ~Expression () {}; virtual bool evaluate (CompWindow *window) = 0; }; - + public: CompMatch (); CompMatch (const CompString); |