diff options
author | Max Kellermann <max@duempel.org> | 2013-01-04 00:02:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-04 00:02:09 +0100 |
commit | 9d312ab208f797a69c8366f4a961d6cb3228cecb (patch) | |
tree | db4f22c858684ab16f0a8010207b9fbf46119985 /src/PlaylistVector.hxx | |
parent | 06be0a199722e945701d720fe40068c6de6c8f40 (diff) | |
download | mpd-9d312ab208f797a69c8366f4a961d6cb3228cecb.tar.gz mpd-9d312ab208f797a69c8366f4a961d6cb3228cecb.tar.xz mpd-9d312ab208f797a69c8366f4a961d6cb3228cecb.zip |
PlaylistFile: reuse classes PlaylistInfo and PlaylistVector
.. instead of rolling own classes.
Diffstat (limited to 'src/PlaylistVector.hxx')
-rw-r--r-- | src/PlaylistVector.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PlaylistVector.hxx b/src/PlaylistVector.hxx index 0a4cd95b3..d10c90fda 100644 --- a/src/PlaylistVector.hxx +++ b/src/PlaylistVector.hxx @@ -37,6 +37,7 @@ public: using std::list<PlaylistInfo>::empty; using std::list<PlaylistInfo>::begin; using std::list<PlaylistInfo>::end; + using std::list<PlaylistInfo>::push_back; using std::list<PlaylistInfo>::erase; /** |