]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/menu.cpp
OGL fixes for wxMotif; added Set/GetClientData to wxMenu in wxMSW/wxMotif/wxStubs.
[wxWidgets.git] / src / stubs / menu.cpp
index be4e10eba7163df8b0009a4c95ba234c1ce58b90..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) ;