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