Index: compiled/filter/CommentFilter.cpp |
=================================================================== |
--- a/compiled/filter/CommentFilter.cpp |
+++ b/compiled/filter/CommentFilter.cpp |
@@ -13,17 +13,17 @@ |
* |
* You should have received a copy of the GNU General Public License |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
#include "CommentFilter.h" |
CommentFilter::CommentFilter(const String& text) |
- : Filter(Type::COMMENT, text) |
+ : Filter(classType, text) |
{ |
} |
Filter::Type CommentFilter::Parse(const String& text) |
{ |
if (text.length() && text[0] == u'!') |
return Type::COMMENT; |
else |