From: Robin Dunn Date: Tue, 8 Mar 2005 01:14:33 +0000 (+0000) Subject: Fix compilation error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b1f8726218e78cddbf47f9f00d8fe41dd73ce9e7 Fix compilation error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/statbox.cpp b/src/mac/carbon/statbox.cpp index 50e62f2b92..d0e09ff227 100644 --- a/src/mac/carbon/statbox.cpp +++ b/src/mac/carbon/statbox.cpp @@ -76,7 +76,7 @@ void wxStaticBox::GetBordersForSizer(int *borderTop, int *borderOther) const } - *borderTop = extraTop + box->GetCharHeight(); + *borderTop = extraTop + GetCharHeight(); *borderOther = other; }