diff options
| author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-06-26 00:27:12 +0300 |
|---|---|---|
| committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-06-26 00:27:20 +0300 |
| commit | 9b5caa190e30131e361e77e0921653d13f5d124f (patch) | |
| tree | b2e1ca16ed14d268e546c0e07db87743b2bb6f17 /src/core/Placeable.h | |
| parent | Revert "Redo ReadSaveBuf + common.h cleanup" (diff) | |
| download | re3-9b5caa190e30131e361e77e0921653d13f5d124f.tar.gz | |
Pool fixes
Mostly for Linux
Diffstat (limited to 'src/core/Placeable.h')
| -rw-r--r-- | src/core/Placeable.h | 2 |
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); |
