From b26bfb09bd1f2e4e3fd80980c7a8041c5366ca49 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew" Date: Fri, 6 May 2011 13:46:20 +0000 Subject: [PATCH] Fix Build error on psp --- projects/mtg/include/AllAbilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };