diff options
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r-- | include/Exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h index 56460a6..6862036 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -32,7 +32,7 @@ #include <stdlib.h> #endif -class MemoryException; +class GeneralException; char * xstrdup(const char *) throw (GeneralException); void * xmalloc(ssize_t) throw (GeneralException); |