]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/bitmap.cpp
compilation warning fixes (patch 651719)
[wxWidgets.git] / src / msw / bitmap.cpp
index 3d725cfea25906239b4a3d0647767fe2b03e82c3..038afaa72184067688b765772d16c2ce3be398ff 100644 (file)
@@ -966,7 +966,7 @@ bool wxBitmap::Create(void *data, long type, int width, int height, int depth)
 
     if ( !handler )
     {
-        wxLogDebug(wxT("Failed to create bitmap: no bitmap handler for type %d defined."), type);
+        wxLogDebug(wxT("Failed to create bitmap: no bitmap handler for type %ld defined."), type);
 
         return FALSE;
     }