From 336c95805f31572467af19672a9d010eed813cb1 Mon Sep 17 00:00:00 2001 From: Jonne Lehtinen Date: Sat, 27 May 2006 21:30:29 +0300 Subject: [PATCH] OTHER: Use (hopefully) correct types in PlaylistChanged function --- PlaylistList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlaylistList.cpp b/PlaylistList.cpp index cdef22c..bab6c71 100644 --- a/PlaylistList.cpp +++ b/PlaylistList.cpp @@ -116,7 +116,7 @@ PlaylistList::setStatus (Xmms::Playback::Status s) void PlaylistList::playlistChanged (const Xmms::Dict &change) { - uint signal = change.get ("type"); + uint signal = change.get ("type"); XMMSHandler &xmmsh = XMMSHandler::getInstance (); switch (signal) { case XMMS_PLAYLIST_CHANGED_ADD: