]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splitter.h
new wxTreeCtrl files
[wxWidgets.git] / include / wx / generic / splitter.h
index f8b957a57c5d20fc2a2b55b547c67858501ea5c1..f128338dc7cb94c4f2e3620739b8bf1847b28324 100644 (file)
@@ -85,7 +85,7 @@ class WXDLLEXPORT wxSplitterWindow: public wxWindow
 
     // Removes the specified (or second) window from the view
     // Doesn't actually delete the window.
-    bool Unsplit(wxWindow *toRemove = NULL);
+    bool Unsplit(wxWindow *toRemove = (wxWindow *) NULL);
 
     // Is the window split?
     inline bool IsSplit(void) const { return (m_windowTwo != NULL); }