summaryrefslogtreecommitdiff
path: root/include/Exceptions.h
diff options
context:
space:
mode:
authorPixel <Pixel>2001-09-23 22:10:43 +0000
committerPixel <Pixel>2001-09-23 22:10:43 +0000
commitec2ecbd35bea64c88ab783b06100edc65c418048 (patch)
treef270dc1a013c3fe26170e63bc2be8d8a3ca936d0 /include/Exceptions.h
parent76fde1f5b754845bd9b40cf9b2f15734686f6d09 (diff)
Some IRC features...
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r--include/Exceptions.h4
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{