aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-07-03 00:42:09 +0000
committerMike Buland <eichlan@xagasoft.com>2007-07-03 00:42:09 +0000
commit395a9f1b8ce44d55dbe4496ce34e1ec6a6e2a3ba (patch)
tree4864def30c20d0384ed517e7554dd7028abc40c3 /src
parent8298bdba307e0df7af7a26243f7aec6d61b48789 (diff)
downloadlibbu++-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')
-rw-r--r--src/exceptionbase.h2
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 ) \
84class name : public ExceptionBase \ 84class name : public Bu::ExceptionBase \
85{ \ 85{ \
86 public: \ 86 public: \
87 name( const char *sFormat, ... ) throw (); \ 87 name( const char *sFormat, ... ) throw (); \