diff --git a/libwccl/parser/ParserException.h b/libwccl/parser/ParserException.h index 4bb3b6ea062768350d253705ac1fee1b3d55ea1e..f08294eeade9b5cc2d6e17dc06b6e28fb0b12c57 100644 --- a/libwccl/parser/ParserException.h +++ b/libwccl/parser/ParserException.h @@ -3,7 +3,7 @@ #include <string> -class ParserException +class ParserException //TODO derive from std::exception or wcclerror { public: ParserException(const std::string);