Kaydet (Commit) 0ae37943 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

windows compiler insist to have access to delete[], no matter what

üst ff20c561
......@@ -98,6 +98,7 @@ private:
*/
void operator =(SimpleReferenceComponent);
#ifndef WNT
/** not implemented (see general class documentation)
@internal
*/
......@@ -107,7 +108,7 @@ private:
@internal
*/
static void operator delete[](void * pPtr);
#endif
bool mbDisposed;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment