]> git.saurik.com Git - wxWidgets.git/blobdiff - src/aui/tabmdi.cpp
Quote file names with spaces in wxFileType::ExpandCommand().
[wxWidgets.git] / src / aui / tabmdi.cpp
index a4a7136da959ec9a4a361c6982c5c964ff242c19..8a560e75ffc3e54c6016af7096dbd91b8fdf316f 100644 (file)
@@ -447,7 +447,7 @@ bool wxAuiMDIChildFrame::Create(wxAuiMDIParentFrame* parent,
                                 const wxString& name)
 {
     wxAuiMDIClientWindow* pClientWindow = parent->GetClientWindow();
-    wxASSERT_MSG((pClientWindow != (wxWindow*) NULL), wxT("Missing MDI client window."));
+    wxASSERT_MSG((pClientWindow != NULL), wxT("Missing MDI client window."));
 
     // see comment in constructor
     if (style & wxMINIMIZE)