mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Get rid of DEL() and FREE() macros.
Part of CoreLibExe must die.
This commit is contained in:
@ -202,7 +202,7 @@ pfGmVarSync::pfGmVarSync (
|
||||
//============================================================================
|
||||
pfGmVarSync::~pfGmVarSync () {
|
||||
|
||||
DEL(internal);
|
||||
delete internal;
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
Reference in New Issue
Block a user