From ad055ad0b73ce6c6c226a07a6aed23088bf7b189 Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Sun, 26 Aug 2012 08:10:15 +0000 Subject: [PATCH] missed this file --- projects/mtg/include/MTGRules.h | 1 - 1 file changed, 1 deletion(-) 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