Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/FilterEngine.h

Issue 29538636: Issue 5639 - Fix filter type TYPE_TYPE_ELEMHIDE_EMULATION to be TYPE_ELEMHIDE_EMULATION (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Patch Set: Created Sept. 7, 2017, 2:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/FilterEngine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | src/FilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld