]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
WM_MOUSEMOVE correction
[wxWidgets.git] / include / wx / msw / private.h
index 4c7c5628d983f8b6af720abe63ec5e25511c7357..1017104e5a505c9100194fcf6d98e74b03ce2cb2 100644 (file)
@@ -269,7 +269,7 @@ WXDLLEXPORT void wxSetInstance(HINSTANCE hInst);
 
 WXDLLEXPORT wxWindow* wxFindWinFromHandle(WXHWND hWnd);
 
-WXDLLEXPORT void wxGetCharSize(WXHWND wnd, int *x, int *y,wxFont *the_font);
+WXDLLEXPORT void wxGetCharSize(WXHWND wnd, int *x, int *y, const wxFont *the_font);
 WXDLLEXPORT void wxFillLogFont(LOGFONT *logFont, const wxFont *font);
 WXDLLEXPORT wxFont wxCreateFontFromLogFont(const LOGFONT *logFont);