diff options
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r-- | include/Exceptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h index 17fe093..d37cd5a 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -21,6 +21,7 @@ struct ugly_string; class Base { public: + virtual ~Base() {}; static char * strdup(const char * s); static void * malloc(ssize_t s); static void * realloc(void * p, size_t s); |