summaryrefslogtreecommitdiff
path: root/include/Exceptions.h
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-09 16:14:06 +0000
committerPixel <Pixel>2001-11-09 16:14:06 +0000
commit074dcdeed8f599d3f4108af10c7cb94c3b9ac11e (patch)
tree89b739b02452f35a367f0a979c06ef85cb056c27 /include/Exceptions.h
parent823761df28ad31cde8a071125b177f49494d804a (diff)
Autogen...
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r--include/Exceptions.h2
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);