| Index: compiled/ElemHideException.h |
| =================================================================== |
| --- a/compiled/ElemHideException.h |
| +++ b/compiled/ElemHideException.h |
| @@ -3,10 +3,10 @@ |
| #include <cstddef> |
| #include "Filter.h" |
| #include "ElemHideBase.h" |
| class ElemHideException: public ElemHideBase |
| { |
| public: |
| - explicit ElemHideException(const String& text, const ElemHideBaseData& data); |
| + explicit ElemHideException(const String& text, const ElemHideData& data); |
| }; |