X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7009f411aac9aea4fd76b33dd55b1f4da3d60886..db0aec831d38f2937e6a595d9fa40c84e6499fdd:/src/generic/treectlg.cpp 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;