From 24ab24777d7cd72b7ff35a9d02cb43e26f006b0d Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 25 May 2010 17:45:03 +0000 Subject: More myriad testing, fixes, arrangement, etc. UnitSuite add-ons, it has some command line parameters now, I would like to also add an automatic paramter that would switch it to a computer-readable output mode for use in a larger testing framework. --- src/exceptionbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exceptionbase.h') diff --git a/src/exceptionbase.h b/src/exceptionbase.h index 178fc86..c92962f 100644 --- a/src/exceptionbase.h +++ b/src/exceptionbase.h @@ -114,7 +114,7 @@ class name : public parent \ }; #define subExceptionDeclBegin( name ) \ -class name : public Bu::ExceptionBase \ +class name : public Bu::ExceptionBase \ { \ public: \ name( const char *sFormat, ... ) throw (); \ -- cgit v1.2.3