diff --git a/projects/mtg/include/AllAbilities.h b/projects/mtg/include/AllAbilities.h index 1122844cc..ce5721aed 100644 --- a/projects/mtg/include/AllAbilities.h +++ b/projects/mtg/include/AllAbilities.h @@ -994,7 +994,7 @@ public: MTGGameZone * destinationZone(Targetable * target = NULL); int resolve(); const char * getMenuText(); - const char * AAMover::getMenuText(TargetChooser * fromTc); + const char * getMenuText(TargetChooser * fromTc); AAMover * clone() const; };