Fix Build error on psp

This commit is contained in:
wagic.the.homebrew
2011-05-06 13:46:20 +00:00
parent 2f498780a2
commit b26bfb09bd

View File

@@ -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;
};