lyrics: move code that saves lyrics to separate function

This commit is contained in:
Andrzej Rybczak
2010-08-10 00:30:41 +02:00
parent 443516acbf
commit d7f862ce86
2 changed files with 15 additions and 8 deletions

View File

@@ -46,6 +46,7 @@ class Lyrics : public Screen<Scrollpad>
virtual List *GetList() { return 0; }
void Edit();
void Save(const std::string &lyrics);
void FetchAgain();
static bool Reload;