X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..bb86baea10afec3a7e4860c17b20edd485c628d6:/src/palmos/brush.cpp diff --git a/src/palmos/brush.cpp b/src/palmos/brush.cpp index ecba2178f7..a87d4b1f6d 100644 --- a/src/palmos/brush.cpp +++ b/src/palmos/brush.cpp @@ -13,10 +13,6 @@ // declarations // ============================================================================ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "brush.h" -#endif - // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- @@ -76,7 +72,7 @@ wxBrush& wxBrush::operator=(const wxBrush& brush) bool wxBrush::operator==(const wxBrush& brush) const { - return FALSE; + return false; } wxObjectRefData *wxBrush::CreateRefData() const @@ -132,5 +128,3 @@ void wxBrush::SetStyle(int style) void wxBrush::SetStipple(const wxBitmap& stipple) { } - -