fixed, compiler warning
authordavilla <davilla@4pi.com>
Sat, 24 Aug 2013 04:11:41 +0000 (00:11 -0400)
committerdavilla <davilla@4pi.com>
Sat, 24 Aug 2013 04:31:50 +0000 (00:31 -0400)
xbmc/windows/GUIWindowSystemInfo.h

index 48f2d87..3356da6 100644 (file)
@@ -30,7 +30,7 @@ public:
   virtual bool OnMessage(CGUIMessage& message);
   virtual void FrameMove();
 private:
-  unsigned int m_section;
+  int  m_section;
   void ResetLabels();
   void SetControlLabel(int id, const char *format, int label, int info);
   std::vector<CStdString> m_diskUsage;