Fixed documentation of wxComboPopup::m_combo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-02-22 08:51:11 +00:00
parent efce878a2a
commit 1fc5f38353

View File

@@ -131,11 +131,12 @@ public:
*/ */
virtual void SetStringValue(const wxString& value); virtual void SetStringValue(const wxString& value);
protected:
/** /**
Parent wxComboCtrl. This is parameter has been prepared before Init() Parent wxComboCtrl. This member variable is prepared automatically
is called. before Init() is called.
*/ */
wxComboCtrl m_combo; wxComboCtrl* m_combo;
}; };