summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/bandctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryStats/src/bandctrl.h')
-rw-r--r--plugins/HistoryStats/src/bandctrl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryStats/src/bandctrl.h b/plugins/HistoryStats/src/bandctrl.h
index b5bda28340..6cc1346549 100644
--- a/plugins/HistoryStats/src/bandctrl.h
+++ b/plugins/HistoryStats/src/bandctrl.h
@@ -25,11 +25,11 @@ public:
public:
void setLayout(int nLayout);
- HANDLE addButton(DWORD dwFlags, HICON hIcon, DWORD dwData, const TCHAR* szTooltip = NULL, const TCHAR* szText = NULL);
+ HANDLE addButton(DWORD dwFlags, HICON hIcon, INT_PTR dwData, const TCHAR* szTooltip = NULL, const TCHAR* szText = NULL);
bool isButtonChecked(HANDLE hButton);
void checkButton(HANDLE hButton, bool bCheck);
DWORD getButtonData(HANDLE hButton);
- void setButtonData(HANDLE hButton, DWORD dwData);
+ void setButtonData(HANDLE hButton, INT_PTR dwData);
bool isButtonVisisble(HANDLE hButton);
void showButton(HANDLE hButton, bool bShow);
RECT getButtonRect(HANDLE hButton);