Index: include/AdblockPlus/FilterEngine.h |
=================================================================== |
--- a/include/AdblockPlus/FilterEngine.h |
+++ b/include/AdblockPlus/FilterEngine.h |
@@ -47,17 +47,17 @@ namespace AdblockPlus |
enum Type {TYPE_BLOCKING, TYPE_EXCEPTION, |
TYPE_ELEMHIDE, TYPE_ELEMHIDE_EXCEPTION, |
TYPE_COMMENT, TYPE_INVALID}; |
/** |
* Retrieves the type of this filter. |
* @return Type of this filter. |
*/ |
- Type GetType(); |
+ Type GetType() const; |
sergei
2017/03/23 10:49:56
Do you mind to put it into another commit? I think
|
/** |
* Checks whether this filter has been added to the list of custom filters. |
* @return `true` if this filter has been added. |
*/ |
bool IsListed(); |
/** |