]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix compilation error
authorRobin Dunn <robin@alldunn.com>
Tue, 8 Mar 2005 01:14:33 +0000 (01:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 8 Mar 2005 01:14:33 +0000 (01:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/statbox.cpp

index 50e62f2b92681269f9c36d0e2c44e2f8cbbfef18..d0e09ff22730205f01fd0cae6ce05fe605acc99b 100644 (file)
@@ -76,7 +76,7 @@ void wxStaticBox::GetBordersForSizer(int *borderTop, int *borderOther) const
 
     }
 
 
     }
 
-    *borderTop = extraTop + box->GetCharHeight();
+    *borderTop = extraTop + GetCharHeight();
     *borderOther = other;
 }
 
     *borderOther = other;
 }