make Lyrics::FilenamePath non-static member

This commit is contained in:
Andrzej Rybczak
2009-03-27 14:17:37 +01:00
parent db0b42b5da
commit d5a63d6b61
2 changed files with 7 additions and 8 deletions

View File

@@ -67,7 +67,8 @@ class Lyrics : public Screen<Scrollpad>
# endif // HAVE_CURL_CURL_H
private:
static std::string FilenamePath;
std::string itsFilenamePath;
static const std::string Folder;
# ifdef HAVE_CURL_CURL_H