diff options
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 33e79b2..0a251e4 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 Bu::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 (); \ |