]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/menuitem.h
Add more echo trace statements to runtests.bat script.
[wxWidgets.git] / include / wx / motif / menuitem.h
index e8b114573a66bcfaf1a3e764336aa57f25112d49..d2bdfd10c8e9958363d6fd603a7279c1d0939ec5 100644 (file)
@@ -24,12 +24,12 @@ class WXDLLIMPEXP_CORE wxMenuItem : public wxMenuItemBase
 {
 public:
     // ctor & dtor
-    wxMenuItem(wxMenu *parentMenu = (wxMenu *)NULL,
+    wxMenuItem(wxMenu *parentMenu = NULL,
                int id = wxID_SEPARATOR,
                const wxString& text = wxEmptyString,
                const wxString& help = wxEmptyString,
                wxItemKind kind = wxITEM_NORMAL,
-               wxMenu *subMenu = (wxMenu *)NULL);
+               wxMenu *subMenu = NULL);
     virtual ~wxMenuItem();
 
     // accessors (some more are inherited from wxOwnerDrawn or are below)