mpd: replace all consumers with iterators

This commit is contained in:
Andrzej Rybczak
2014-11-03 00:43:47 +01:00
parent e5b0c7a357
commit 202a21c4b3
7 changed files with 141 additions and 172 deletions

View File

@@ -52,11 +52,11 @@ private:
boost::posix_time::ptime m_timer;
MPD::StringList itsURLHandlers;
MPD::StringList itsTagTypes;
std::vector<std::string> m_url_handlers;
std::vector<std::string> m_tag_types;
size_t itsWidth;
size_t itsHeight;
size_t m_width;
size_t m_height;
};
extern ServerInfo *myServerInfo;