another externs removed

This commit is contained in:
Andrzej Rybczak
2009-02-15 23:08:15 +01:00
parent 26365d9832
commit f9cdfa5d2b
9 changed files with 19 additions and 18 deletions

View File

@@ -48,6 +48,9 @@ class Playlist : public Screen< Menu<MPD::Song> >
int NowPlaying;
int OldPlaying;
static bool BlockNowPlayingUpdate;
static bool BlockUpdate;
protected:
std::string TotalLength();
};