Commit 5283d760 authored by jan.koester's avatar jan.koester
Browse files

test

parent a662c0d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
}

+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ namespace libhtmlpp {
        
        int getErrorType();
        
        const char* what();
        const char* what() const noexcept override;
        
        enum Type {Note,Warning,Error,Critical};