Fixing a compilation failure in ConnectSE caused by revno 3803.
modified: storage/connect/tabxml.h
This commit is contained in:
parent
4712fb14b9
commit
879629e6b2
@ -211,6 +211,7 @@ class XMLCOLX : public XMLCOL {
|
|||||||
void * operator new(size_t size, PXMLCOL colp) {return colp;}
|
void * operator new(size_t size, PXMLCOL colp) {return colp;}
|
||||||
#if !defined(__BORLANDC__)
|
#if !defined(__BORLANDC__)
|
||||||
// Avoid warning C4291 by defining a matching dummy delete operator
|
// Avoid warning C4291 by defining a matching dummy delete operator
|
||||||
|
void operator delete(void *, size_t size) {}
|
||||||
void operator delete(void *, PXMLCOL) {}
|
void operator delete(void *, PXMLCOL) {}
|
||||||
#endif
|
#endif
|
||||||
}; // end of class XMLCOLX
|
}; // end of class XMLCOLX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user