Left: | ||
Right: |
OLD | NEW |
---|---|
1 #include "ElemHideException.h" | 1 #include "ElemHideException.h" |
2 | 2 |
3 ElemHideException::ElemHideException(const String& text, | 3 ElemHideException::ElemHideException(const String& text, |
4 const ElemHideBaseData& data) | 4 const ElemHideData& data) |
5 : ElemHideBase(Type::ELEMHIDEEXCEPTION, text, data) | 5 : ElemHideBase(Type::ELEMHIDEEXCEPTION, text, data) |
6 { | 6 { |
7 } | 7 } |
OLD | NEW |