From 8874e4fbc9faabdcff719b9b2ac8ebad4f282bbe Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Tue, 3 Feb 2009 00:00:00 +0000 Subject: 4.65 --- CPP/Windows/Control/Trackbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CPP/Windows/Control/Trackbar.h') diff --git a/CPP/Windows/Control/Trackbar.h b/CPP/Windows/Control/Trackbar.h index bbd7009a..64120f98 100755 --- a/CPP/Windows/Control/Trackbar.h +++ b/CPP/Windows/Control/Trackbar.h @@ -20,7 +20,7 @@ public: { SendMessage(TBM_SETTICFREQ, freq); } int GetPos() - { return SendMessage(TBM_GETPOS); } + { return (int)SendMessage(TBM_GETPOS); } }; }} -- cgit v1.2.3