X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46dc76ba3573649a9ed7c7aff6dc677f533eee11..30f82ea416c2b34d1d608cf6ebc369690eb2304e:/include/wx/list.h diff --git a/include/wx/list.h b/include/wx/list.h index def8cc1713..9f3753d37c 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -9,8 +9,8 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifndef __LISTH__ -#define __LISTH__ +#ifndef _WX_LISTH__ +#define _WX_LISTH__ #ifdef __GNUG__ #pragma interface "list.h" @@ -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, @@ -140,4 +140,4 @@ class WXDLLEXPORT wxStringList: public wxList }; #endif - // __LISTH__ + // _WX_LISTH__