diff --git a/projects/mtg/include/MTGRules.h b/projects/mtg/include/MTGRules.h index 4fc99b772..f0daba0b9 100644 --- a/projects/mtg/include/MTGRules.h +++ b/projects/mtg/include/MTGRules.h @@ -271,7 +271,6 @@ public: int receiveEvent(WEvent * event); virtual ostream& toString(ostream& out) const; virtual MTGSoulbondRule * clone() const; - ~MTGSoulbondRule(); }; /* Persist Rule */ class MTGPersistRule: public PermanentAbility