MSWOnMouseMove arg bug in toolbar; compile bug in regconf; fixed warning in odbc.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -194,7 +194,7 @@ class WXDLLEXPORT wxToolBarBase : public wxControl
|
||||
|
||||
// Required to force normal cursor-setting behaviour in Windows
|
||||
#ifdef __WXMSW__
|
||||
virtual void MSWOnMouseMove(int x, int y, const WXUINT flags);
|
||||
virtual void MSWOnMouseMove(int x, int y, WXUINT flags);
|
||||
#endif
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user