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