]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treectlg.cpp
added wxBitmap::CopyFromIcon to wxGTK
[wxWidgets.git] / src / generic / treectlg.cpp
index deede8e3e2879c3c20f5709837313f38fda88cee..8cb44c1142e014f25b0f00bd8f613743e147133a 100644 (file)
@@ -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;