Loading src/exception.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ int libhtmlpp::HTMLException::getErrorType(){ return curCType; } const char* libhtmlpp::HTMLException::what(){ const char* libhtmlpp::HTMLException::what() const noexcept { return msg.c_str(); } Loading src/exception.h +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ namespace libhtmlpp { int getErrorType(); const char* what(); const char* what() const noexcept override; enum Type {Note,Warning,Error,Critical}; Loading Loading
src/exception.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ int libhtmlpp::HTMLException::getErrorType(){ return curCType; } const char* libhtmlpp::HTMLException::what(){ const char* libhtmlpp::HTMLException::what() const noexcept { return msg.c_str(); } Loading
src/exception.h +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ namespace libhtmlpp { int getErrorType(); const char* what(); const char* what() const noexcept override; enum Type {Note,Warning,Error,Critical}; Loading