]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/effects.cpp
Fix for wxGTK compilation.
[wxWidgets.git] / src / common / effects.cpp
index 454cde208166720dc77568694fc9919ca465e737..f1d31dd0b3a2d562f6377012a5cbb560b713c4cb 100644 (file)
@@ -122,5 +122,5 @@ bool wxEffects::TileBitmap(const wxRect& rect, wxDC& dc, wxBitmap& bitmap)
     }
 #endif // wxUSE_PALETTE
 
-    return TRUE;
+    return true;
 }