]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/menu.cpp
some very minor changes
[wxWidgets.git] / src / stubs / menu.cpp
index 78406135755005717f0e3b3540d0bd73b5f6d312..1fc7c4a22941326f98c5bf900b6c9a354c2200d9 100644 (file)
@@ -50,6 +50,7 @@ wxMenu::wxMenu(const wxString& title, const wxFunction func)
     m_eventHandler = this;
     m_noItems = 0;
     m_menuBar = NULL;
+    m_clientData = (void*) NULL;
     if (m_title != "")
     {
         Append(-2, m_title) ;
@@ -181,7 +182,7 @@ void wxMenu::SetTitle(const wxString& label)
     // TODO
 }
 
-const wxString& wxMenu::GetTitle() const
+const wxString wxMenu::GetTitle() const
 {
     return m_title;
 }