From 395a9f1b8ce44d55dbe4496ce34e1ec6a6e2a3ba Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 3 Jul 2007 00:42:09 +0000 Subject: Fixed something minor and tiny that prevents build from compiling and should have been done anyway, that I swear I already did... --- src/exceptionbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exceptionbase.h b/src/exceptionbase.h index 24e4bbf..33e79b2 100644 --- a/src/exceptionbase.h +++ b/src/exceptionbase.h @@ -81,7 +81,7 @@ namespace Bu } #define subExceptionDecl( name ) \ -class name : public ExceptionBase \ +class name : public Bu::ExceptionBase \ { \ public: \ name( const char *sFormat, ... ) throw (); \ -- cgit v1.2.3