Index: compiled/filter/ElemHideFilter.cpp |
=================================================================== |
--- a/compiled/filter/ElemHideFilter.cpp |
+++ b/compiled/filter/ElemHideFilter.cpp |
@@ -13,11 +13,11 @@ |
* |
* 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 "ElemHideFilter.h" |
ElemHideFilter::ElemHideFilter(const String& text, const ElemHideData& data) |
- : ElemHideBase(Type::ELEMHIDE, text, data) |
+ : ElemHideBase(classType, text, data) |
{ |
} |