summaryrefslogtreecommitdiffstats
path: root/src/core/Placeable.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/Placeable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Placeable.h b/src/core/Placeable.h
index d5ad94c9..2f246bc5 100644
--- a/src/core/Placeable.h
+++ b/src/core/Placeable.h
@@ -7,7 +7,7 @@ protected:
public:
// disable allocation
- static void *operator new(size_t);
+ static void *operator new(size_t) throw();
CPlaceable(void);
virtual ~CPlaceable(void);