reduce allowed ccp check warnings
This commit is contained in:
@@ -357,7 +357,7 @@ private:
|
||||
struct Delete
|
||||
{
|
||||
Delete() {}
|
||||
void operator()(BaseProperty* _p) const { if (_p) delete _p; _p=NULL; }
|
||||
void operator()(BaseProperty* _p) const { if (_p) delete _p; }
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user