change naming conventions in NC namespace

This commit is contained in:
Andrzej Rybczak
2012-09-03 15:34:07 +02:00
parent 6f918091d9
commit af2cdca3d0
39 changed files with 1752 additions and 1898 deletions

View File

@@ -69,7 +69,7 @@ class Browser : public Screen< NC::Menu<MPD::Item> >, public Filterable, public
void GetLocalDirectory(MPD::ItemList &, const std::string & = "", bool = 0) const;
void ClearDirectory(const std::string &) const;
void ChangeBrowseMode();
bool DeleteItem(const MPD::Item &);
bool deleteItem(const MPD::Item &);
# endif // !WIN32
void UpdateItemList();