safe delete

This commit is contained in:
Anthony Calosa
2017-03-10 08:49:35 +08:00
parent 44926393ac
commit 88d1c29621
2 changed files with 25 additions and 3 deletions

View File

@@ -2102,6 +2102,7 @@ public:
int resolve();
const string getMenuText();
AALibraryBottom * clone() const;
~AALibraryBottom();
};
//Copier. ActivatedAbility
@@ -2115,6 +2116,7 @@ public:
int resolve();
const string getMenuText();
AACopier * clone() const;
~AACopier();
};
//phaseout
class AAPhaseOut: public ActivatedAbility