# | Line 9 | Line 9 | |
---|---|---|
9 | #include "BeepRemote.hpp" | |
10 | ||
11 | template <> | |
12 | < | void BeepRemote::PlaylistAdd(const ext::String& item) |
12 | > | void BeepRemote::PlaylistAdd(const cse::String& item) |
13 | { | |
14 | ::GList list = { const_cast<char*>(item.NullTerminate()), NULL, NULL }; | |
15 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |