]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/menu.cpp
Changes to WXDLLEXPORT keyword position for VC++ 6.0; changed
[wxWidgets.git] / src / motif / menu.cpp
index dcaaa94df45a58774ce28fc4eb732a34b7fd1cf4..d10b977174dc59f6f997fb37ad207438bfe93f7f 100644 (file)
@@ -74,6 +74,7 @@ wxMenu::wxMenu(const wxString& title, const wxFunction func)
     m_topLevelMenu  = (wxMenu*) NULL;
     m_ownedByMenuBar = FALSE;
     m_menuParent = (wxMenu*) NULL;
+    m_clientData = (void*) NULL;
 
     if (m_title != "")
     {