aboutsummaryrefslogtreecommitdiff
path: root/guilib/GUISelectButtonControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'guilib/GUISelectButtonControl.h')
-rw-r--r--guilib/GUISelectButtonControl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/GUISelectButtonControl.h b/guilib/GUISelectButtonControl.h
index 8ca08418f7..566dc1264f 100644
--- a/guilib/GUISelectButtonControl.h
+++ b/guilib/GUISelectButtonControl.h
@@ -129,6 +129,6 @@ protected:
bool m_bRightSelected;
bool m_bMovedLeft;
bool m_bMovedRight;
- DWORD m_dwTicks;
+ unsigned int m_ticks;
};
#endif