From: Vadim Zeitlin Date: Sat, 25 Aug 2001 12:07:45 +0000 (+0000) Subject: typo fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0800a4ba406b3d4f7ba9c35ff38ccedf4036d053?ds=inline typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/treectlg.cpp b/src/generic/treectlg.cpp index deede8e3e2..8cb44c1142 100644 --- a/src/generic/treectlg.cpp +++ b/src/generic/treectlg.cpp @@ -2931,7 +2931,7 @@ bool wxGenericTreeCtrl::SetBackgroundColour(const wxColour& colour) return TRUE; } -}bool wxGenericTreeCtrl::SetForegroundColour(const wxColour& colour) +bool wxGenericTreeCtrl::SetForegroundColour(const wxColour& colour) { if ( !wxWindow::SetForegroundColour(colour) ) return FALSE;