use private where appropriate

This commit is contained in:
Andrzej Rybczak
2009-03-03 18:33:37 +01:00
parent e0a9a6cb9c
commit c3f2857dab
10 changed files with 11 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ class Browser : public Screen< Menu<MPD::Item> >
void ChangeBrowseMode();
void UpdateItemList();
protected:
private:
void GetLocalDirectory(MPD::ItemList &);
static bool hasSupportedExtension(const std::string &);