Avoid some warnings

This was SVN commit r616.
This commit is contained in:
Ykkrosh 2004-07-01 09:56:44 +00:00
parent 64444251d4
commit f588f903d3

View File

@ -4,6 +4,8 @@
#include "BaseEntityCollection.h"
#include "scripting/JSInterface_BaseEntity.h"
#undef new // to avoid confusing warnings
void CProperty::associate( IPropertyOwner* owner, const CStr& name )
{
m_owner = owner;