implement HasSongs interface

This commit is contained in:
Andrzej Rybczak
2012-09-02 13:47:57 +02:00
parent ad8fef343f
commit 6f59a175ec
37 changed files with 840 additions and 705 deletions

View File

@@ -82,7 +82,7 @@ struct Song
const std::string &escape_chars) const;
std::shared_ptr<mpd_song> m_song;
unsigned m_hash;
size_t m_hash;
};
}