From 1fc5f38353f8f55801680c925559f6de11ed5fdd Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sun, 22 Feb 2009 08:51:11 +0000 Subject: [PATCH] Fixed documentation of wxComboPopup::m_combo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/combo.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/interface/wx/combo.h b/interface/wx/combo.h index 4e49a4386e..4cfafc2598 100644 --- a/interface/wx/combo.h +++ b/interface/wx/combo.h @@ -131,11 +131,12 @@ public: */ virtual void SetStringValue(const wxString& value); +protected: /** - Parent wxComboCtrl. This is parameter has been prepared before Init() - is called. + Parent wxComboCtrl. This member variable is prepared automatically + before Init() is called. */ - wxComboCtrl m_combo; + wxComboCtrl* m_combo; }; -- 2.45.2