eventlist: use CListHelpers::UpDownKey

This commit is contained in:
Stefan Seyfried
2016-01-16 15:38:04 +01:00
parent c9e72e654f
commit 5550f89853
3 changed files with 7 additions and 24 deletions

View File

@@ -69,3 +69,4 @@ template <class T> int CListHelpers::UpDownKey(T list, neutrino_msg_t msg, int l
template int CListHelpers::UpDownKey<std::vector<CBouquet*> >(std::vector<CBouquet*>, neutrino_msg_t, int, int);
template int CListHelpers::UpDownKey<std::vector<CZapitBouquet*> >(std::vector<CZapitBouquet*>, neutrino_msg_t, int, int);
template int CListHelpers::UpDownKey<std::vector<CZapitChannel*> >(std::vector<CZapitChannel*>, neutrino_msg_t, int, int);
template int CListHelpers::UpDownKey<std::vector<CChannelEvent> >(std::vector<CChannelEvent>, neutrino_msg_t, int, int);