From 1af311e1f116cb9eac7f5f430230bef927c0504e Mon Sep 17 00:00:00 2001 From: Daniel Svensson Date: Tue, 7 Mar 2006 15:43:24 +0100 Subject: [PATCH] Removed compiler warning, m_currentId in XMMSHandler should be int, not uint --- XMMSHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMMSHandler.h b/XMMSHandler.h index aed1791..6c7c5ae 100644 --- a/XMMSHandler.h +++ b/XMMSHandler.h @@ -69,7 +69,7 @@ class XMMSHandler : public QObject, public sigc::trackable { XmmsQT4 *m_qt4; XMMSClient *m_xmmsc; static XMMSHandler *singleton; - uint m_currentid; + int m_currentid; QHash PropDictToQHash (XMMSResultDict *res); QHash DictToQHash (XMMSResultDict *res); };