mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
12 lines
428 B
C
12 lines
428 B
C
|
--- ./sources/family.h.orig Fri Aug 4 10:13:45 2000
|
||
|
+++ ./sources/family.h Wed Aug 17 00:07:37 2005
|
||
|
@@ -85,7 +85,7 @@
|
||
|
|
||
|
virtual ~Son() { }
|
||
|
|
||
|
- void* operator new(size_t /*size*/) { cout.flush(); abort(); return 0; }
|
||
|
+ void* operator new(size_t /*size*/) throw() { cout.flush(); abort(); return 0; }
|
||
|
void operator delete(void* /*son*/) { cout.flush(); abort(); }
|
||
|
|
||
|
virtual int NoOfFathers() const = 0;
|