| Index: include/AdblockPlus/FilterEngine.h |
| =================================================================== |
| --- a/include/AdblockPlus/FilterEngine.h |
| +++ b/include/AdblockPlus/FilterEngine.h |
| @@ -46,17 +46,17 @@ |
| Filter& operator=(const Filter& src); |
| Filter& operator=(Filter&& src); |
| /** |
| * Filter types, see https://adblockplus.org/en/filters. |
| */ |
| enum Type {TYPE_BLOCKING, TYPE_EXCEPTION, |
| TYPE_ELEMHIDE, TYPE_ELEMHIDE_EXCEPTION, |
| - TYPE_TYPE_ELEMHIDE_EMULATION, |
| + TYPE_ELEMHIDE_EMULATION, |
| TYPE_COMMENT, TYPE_INVALID}; |
| /** |
| * Retrieves the type of this filter. |
| * @return Type of this filter. |
| */ |
| Type GetType() const; |