mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 14:24:09 -06:00
4.65
This commit is contained in:
committed by
Kornel Lesiński
parent
1dc92281fa
commit
8874e4fbc9
@@ -20,7 +20,7 @@ public:
|
||||
{ SendMessage(TBM_SETTICFREQ, freq); }
|
||||
|
||||
int GetPos()
|
||||
{ return SendMessage(TBM_GETPOS); }
|
||||
{ return (int)SendMessage(TBM_GETPOS); }
|
||||
};
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user