Jeck - fix to issue 318.

This commit is contained in:
wagic.jeck
2010-02-10 15:48:38 +00:00
parent 4189c238b9
commit cf03d4cc64
4 changed files with 17 additions and 7 deletions

View File

@@ -423,7 +423,7 @@ public:
void addColumn();
bool isAvailable(int type);
bool isAvailableCode(string code);
void Finish();
bool Finish(); //Returns true if card set reasonably expected to be changed.
bool isFinished() {return bFinished;};
void ButtonPressed(int controllerId, int controlId);
void buildList();
@@ -432,6 +432,7 @@ protected:
void addArg(string display, string code);
vector< pair<string,string> > tempArgs; //TODO FIXME this is inefficient
bool bFinished;
string priorFilter;
WSrcCards* source;
SimpleMenu* subMenu;
WGuiList * list;