]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dragimgg.cpp
signed/unsigned comparison warning fixed
[wxWidgets.git] / src / generic / dragimgg.cpp
index 06912f3064d9a0265ac24c56cc362d3c342b1fbc..fd104aad66361fae2fb81d6e402991f039f06cb4 100644 (file)
@@ -123,7 +123,7 @@ bool wxGenericDragImage::Create(const wxString& str, const wxCursor& cursor)
 {
     wxFont font(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
 
-    long w, h;
+    long w = 0, h = 0;
     wxScreenDC dc;
     dc.SetFont(font);
     dc.GetTextExtent(str, & w, & h);