]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed documentation of wxComboPopup::m_combo
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 22 Feb 2009 08:51:11 +0000 (08:51 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 22 Feb 2009 08:51:11 +0000 (08:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/combo.h

index 4e49a4386e0a3b0f3ec868abdb44093e08107ece..4cfafc2598181d88d9d2e40ebcf0feee5eee4c7b 100644 (file)
@@ -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;
 };