use std::bind instead of passing void pointers around
This commit is contained in:
@@ -73,7 +73,7 @@ class Browser : public Screen< Menu<MPD::Item> >
|
||||
|
||||
private:
|
||||
static bool hasSupportedExtension(const std::string &);
|
||||
static std::string ItemToString(const MPD::Item &, void *);
|
||||
static std::string ItemToString(const MPD::Item &item);
|
||||
|
||||
static std::set<std::string> SupportedExtensions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user