Revert "windows compiler insist to have access to delete[], no matter what"
This reverts commit 0ae3794348
.
This commit is contained in:
parent
2a9692a465
commit
1641f08f1a
1 changed files with 1 additions and 2 deletions
|
@ -98,7 +98,6 @@ private:
|
|||
*/
|
||||
void operator =(SimpleReferenceComponent);
|
||||
|
||||
#ifndef WNT
|
||||
/** not implemented (see general class documentation)
|
||||
@internal
|
||||
*/
|
||||
|
@ -108,7 +107,7 @@ private:
|
|||
@internal
|
||||
*/
|
||||
static void operator delete[](void * pPtr);
|
||||
#endif
|
||||
|
||||
bool mbDisposed;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue