X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..22e3c5bd85233ba23fbb62cd421a7dd173adfa73:/src/common/effects.cpp diff --git a/src/common/effects.cpp b/src/common/effects.cpp index 454cde2081..f1d31dd0b3 100644 --- a/src/common/effects.cpp +++ b/src/common/effects.cpp @@ -122,5 +122,5 @@ bool wxEffects::TileBitmap(const wxRect& rect, wxDC& dc, wxBitmap& bitmap) } #endif // wxUSE_PALETTE - return TRUE; + return true; }