From: Vadim Zeitlin Date: Sat, 10 Jan 2009 14:49:19 +0000 (+0000) Subject: fix GetGridColLabelWindow() name X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/600e986ad79fa72b8eb02ac4c30f8db087e0a123 fix GetGridColLabelWindow() name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/grid.h b/interface/wx/grid.h index 3aef602582..d5bae11d30 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -3251,7 +3251,7 @@ protected: GetGridColHeader() to access it if you need wxHeaderCtrl-specific functionality. */ - wxWindow *GetGridWindow() const; + wxWindow *GetGridColLabelWindow() const; /** Return the window in the top left grid corner.