Index: compiled/filter/Filter.h |
=================================================================== |
--- a/compiled/filter/Filter.h |
+++ b/compiled/filter/Filter.h |
@@ -34,16 +34,17 @@ public: |
UNKNOWN = 0, |
INVALID = 1, |
COMMENT = 2, |
BLOCKING = 3, |
WHITELIST = 4, |
ELEMHIDE = 5, |
ELEMHIDEEXCEPTION = 6, |
ELEMHIDEEMULATION = 7, |
+ MAXTYPE = 7 |
sergei
2017/04/12 12:04:33
I think that the name reflecting the number of val
Wladimir Palant
2017/04/13 13:04:40
Done.
|
}; |
explicit Filter(Type type, const String& text); |
~Filter(); |
Type mType; |
/* TODO |