Commit a662c0d8 authored by jan.koester's avatar jan.koester
Browse files

tesat

parent e0d72a49
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@

#include <string>
#include <stddef.h>
#include <exception>

/*
 * Error Statas
@@ -44,7 +45,7 @@

namespace libhtmlpp {
    
    class HTMLException {
    class HTMLException : public std::exception {
    public:
        
        HTMLException();