From ac2270551756a28e81fc8d7631c285724f1380f8 Mon Sep 17 00:00:00 2001 From: ilor <kailoran@gmail.com> Date: Wed, 10 Nov 2010 15:06:53 +0100 Subject: [PATCH] add todo note in ParserException --- libwccl/parser/ParserException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwccl/parser/ParserException.h b/libwccl/parser/ParserException.h index 4bb3b6e..f08294e 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); -- GitLab