فهرست منبع

- Removed lvalue const-cast.

MelvMay-GG 12 سال پیش
والد
کامیت
101bf8e696
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      engine/source/persistence/taml/tamlCustom.h

+ 0 - 1
engine/source/persistence/taml/tamlCustom.h

@@ -524,7 +524,6 @@ public:
         if ( deleteIfNotType && pTypeCast == NULL )
         {
             mpProxyObject->deleteObject();
-            const_cast<SimObject*>(mpProxyObject) = NULL;
             return NULL;
         }