]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMotif compilation warning fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 24 Jun 2002 15:15:00 +0000 (15:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 24 Jun 2002 15:15:00 +0000 (15:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/bitmap.cpp

index 4747f9ab1d1d4a4946911dd18fbb035714cce0a8..e5b3c2c3086a44c67ae933dea32a1d8604f08fa2 100644 (file)
@@ -229,7 +229,7 @@ bool wxBitmap::Create(void *data, long type, int width, int height, int depth)
     wxBitmapHandler *handler = FindHandler(type);
 
     if ( handler == NULL ) {
-        wxLogWarning("no data bitmap handler for type %d defined.", type);
+        wxLogWarning("no data bitmap handler for type %ld defined.", type);
 
         return FALSE;
     }