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); };