]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
Fixed a few compile things
[wxWidgets.git] / include / wx / list.h
index cbf6740b8ca10663720a91a155b2631f4232ab97..9f3753d37caea358330a8ca73307e2aff66902b4 100644 (file)
@@ -43,7 +43,7 @@ class WXDLLEXPORT wxNode: public wxObject
     char *string;
   } key;
 
-  wxNode(wxList *the_list = NULL, wxNode *last_one = NULL, wxNode *next_one = NULL, wxObject *object = NULL);
+  wxNode(wxList *the_list = (wxList *) NULL, wxNode *last_one = (wxNode *) NULL, wxNode *next_one = (wxNode *) NULL, wxObject *object = (wxObject *) NULL);
   wxNode(wxList *the_list, wxNode *last_one, wxNode *next_one,
          wxObject *object, long the_key);
   wxNode(wxList *the_list, wxNode *last_one, wxNode *next_one,