From 600e986ad79fa72b8eb02ac4c30f8db087e0a123 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 10 Jan 2009 14:49:19 +0000 Subject: [PATCH] fix GetGridColLabelWindow() name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/grid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0