aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-06-26 00:27:12 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2021-06-26 00:27:20 +0300
commit9b5caa190e30131e361e77e0921653d13f5d124f (patch)
treeb2e1ca16ed14d268e546c0e07db87743b2bb6f17 /src/core
parentaf7573ddbe38e0aaa485877e7ccb2e704b0f5a7f (diff)
Pool fixes
Mostly for Linux
Diffstat (limited to 'src/core')
-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);