diff options
author | Pixel <Pixel> | 2001-09-23 22:10:43 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-09-23 22:10:43 +0000 |
commit | ec2ecbd35bea64c88ab783b06100edc65c418048 (patch) | |
tree | f270dc1a013c3fe26170e63bc2be8d8a3ca936d0 /include/Exceptions.h | |
parent | 76fde1f5b754845bd9b40cf9b2f15734686f6d09 (diff) |
Some IRC features...
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r-- | include/Exceptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h index 34c1155..6e8e1db 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -35,8 +35,8 @@ class Base { public: char * strdup(const char *) const; void * malloc(ssize_t) const; -/* void * operator new(size_t); - void * operator new(size_t, void *); */ + void * operator new(size_t); + void * operator new(size_t, void *); }; class GeneralException : public Base{ |