diff --git a/projects/mtg/include/MTGRules.h b/projects/mtg/include/MTGRules.h index 0015fbf90..2fa94e6cd 100644 --- a/projects/mtg/include/MTGRules.h +++ b/projects/mtg/include/MTGRules.h @@ -119,7 +119,7 @@ class MTGSuspendRule: public MTGAlternativeCostRule { public: int isReactingToClick(MTGCardInstance * card, ManaCost * mana = NULL); - int MTGSuspendRule::receiveEvent(WEvent *e); + int receiveEvent(WEvent *e); int reactToClick(MTGCardInstance * card); int testDestroy(); string suspendmenu;