fixed deck renaming to make changes immediate.

This commit is contained in:
techdragon.nguyen@gmail.com
2011-02-05 22:21:49 +00:00
parent bb2f784489
commit 91a2cb9c90
3 changed files with 14 additions and 2 deletions

View File

@@ -52,7 +52,9 @@ public:
int getDifficulty();
string getDifficultyString();
// setters
void setColorIndex(const string& colorIndex);
void setDeckName( const string& newDeckTitle );
void Invalidate();
string mStatsFilename;