Loading src/exception.h +2 −1 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ #include <string> #include <stddef.h> #include <exception> /* * Error Statas Loading @@ -44,7 +45,7 @@ namespace libhtmlpp { class HTMLException { class HTMLException : public std::exception { public: HTMLException(); Loading Loading
src/exception.h +2 −1 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ #include <string> #include <stddef.h> #include <exception> /* * Error Statas Loading @@ -44,7 +45,7 @@ namespace libhtmlpp { class HTMLException { class HTMLException : public std::exception { public: HTMLException(); Loading