From: David Surovell Date: Sat, 7 Jan 2006 17:43:39 +0000 (+0000) Subject: fixed typo in prior checkin X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/78606adf3a792c767d6498882e81547990180c96 fixed typo in prior checkin git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/brush.cpp b/src/mac/carbon/brush.cpp index da0346fb57..ae77b03b20 100644 --- a/src/mac/carbon/brush.cpp +++ b/src/mac/carbon/brush.cpp @@ -190,8 +190,8 @@ bool wxBrush::RealizeResource() { return true; } -unsigned long wxBrush::MacGetThemeBackground( WXRECTPTR extent) const -unsigned long wxBrush::MacGetThemeBackground( WXRECTPTR extent) const + +unsigned long wxBrush::MacGetThemeBackground(WXRECTPTR extent) const { if ( M_BRUSHDATA && M_BRUSHDATA->m_macBrushKind == kwxMacBrushThemeBackground ) {