change namespace Browser into class

This commit is contained in:
Andrzej Rybczak
2009-02-14 00:43:58 +01:00
parent 6e167d67e2
commit 8653232a2a
14 changed files with 248 additions and 217 deletions

View File

@@ -32,10 +32,13 @@ class Playlist : public Screen< Menu<MPD::Song> >
virtual void SwitchTo();
virtual void Resize();
virtual const char *Title();
virtual std::string Title();
virtual void EnterPressed();
virtual void SpacePressed();
protected:
std::string TotalLength();
};
extern Playlist *myPlaylist;