'repeat one song' mode added + memleak fix and some code clean-ups
This commit is contained in:
@@ -77,8 +77,7 @@ class Menu : public Window
|
||||
|
||||
bool Empty() { return itsOptions.empty(); }
|
||||
bool IsStatic(int);
|
||||
Menu EmptyClone();
|
||||
|
||||
virtual Window * EmptyClone();
|
||||
protected:
|
||||
vector<Option *> itsOptions;
|
||||
vector<int> NeedsRedraw;
|
||||
|
||||
Reference in New Issue
Block a user