From: Robert Roebling Date: Sat, 5 May 2007 10:11:07 +0000 (+0000) Subject: Compilo. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c8b26ef59ed823f0f5306880374d3828868b6494 Compilo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/dragimgg.cpp b/src/generic/dragimgg.cpp index 1992db6c9b..36bd745ccc 100644 --- a/src/generic/dragimgg.cpp +++ b/src/generic/dragimgg.cpp @@ -172,7 +172,7 @@ bool wxGenericDragImage::Create(const wxString& str, const wxCursor& cursor) { wxFont font(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT)); - long w = 0, h = 0; + wxCoord w = 0, h = 0; wxScreenDC dc; dc.SetFont(font); dc.GetTextExtent(str, & w, & h);