]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for HP compiler
authorRobert Roebling <robert@roebling.de>
Mon, 17 Jan 2000 18:14:01 +0000 (18:14 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 17 Jan 2000 18:14:01 +0000 (18:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/dcclient.cpp
src/gtk1/dcclient.cpp

index be232b8848014208e82aaed9e6776bfa3db57697..5b39956468b3cb5d1fb802fc324188f63e574cb1 100644 (file)
@@ -500,7 +500,7 @@ void wxWindowDC::DoDrawBitmap( const wxBitmap &bitmap,
 
     wxCHECK_RET( bitmap.Ok(), wxT("invalid bitmap") );
 
-    bool is_mono = (bitmap.GetBitmap());
+    bool is_mono = (bitmap.GetBitmap() != NULL);
 
     /* scale/translate size and position */
 
index be232b8848014208e82aaed9e6776bfa3db57697..5b39956468b3cb5d1fb802fc324188f63e574cb1 100644 (file)
@@ -500,7 +500,7 @@ void wxWindowDC::DoDrawBitmap( const wxBitmap &bitmap,
 
     wxCHECK_RET( bitmap.Ok(), wxT("invalid bitmap") );
 
-    bool is_mono = (bitmap.GetBitmap());
+    bool is_mono = (bitmap.GetBitmap() != NULL);
 
     /* scale/translate size and position */