diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-07-03 00:42:09 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-07-03 00:42:09 +0000 |
commit | 395a9f1b8ce44d55dbe4496ce34e1ec6a6e2a3ba (patch) | |
tree | 4864def30c20d0384ed517e7554dd7028abc40c3 /src/exceptionbase.h | |
parent | 8298bdba307e0df7af7a26243f7aec6d61b48789 (diff) | |
download | libbu++-395a9f1b8ce44d55dbe4496ce34e1ec6a6e2a3ba.tar.gz libbu++-395a9f1b8ce44d55dbe4496ce34e1ec6a6e2a3ba.tar.bz2 libbu++-395a9f1b8ce44d55dbe4496ce34e1ec6a6e2a3ba.tar.xz libbu++-395a9f1b8ce44d55dbe4496ce34e1ec6a6e2a3ba.zip |
Fixed something minor and tiny that prevents build from compiling and should
have been done anyway, that I swear I already did...
Diffstat (limited to 'src/exceptionbase.h')
-rw-r--r-- | src/exceptionbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
81 | } | 81 | } |
82 | 82 | ||
83 | #define subExceptionDecl( name ) \ | 83 | #define subExceptionDecl( name ) \ |
84 | class name : public ExceptionBase \ | 84 | class name : public Bu::ExceptionBase \ |
85 | { \ | 85 | { \ |
86 | public: \ | 86 | public: \ |
87 | name( const char *sFormat, ... ) throw (); \ | 87 | name( const char *sFormat, ... ) throw (); \ |