X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e40298d54ecd5b109222a7c60aa2ef084a304d69..920b9675d9e4ae7f721bd6eeb85c184a74434f7b:/src/mac/checklst.cpp?ds=sidebyside diff --git a/src/mac/checklst.cpp b/src/mac/checklst.cpp index c50773b137..d987d94994 100644 --- a/src/mac/checklst.cpp +++ b/src/mac/checklst.cpp @@ -211,7 +211,7 @@ bool wxCheckListBox::Create(wxWindow *parent, Rect bounds ; Str255 title ; - MacPreControlCreate( parent , id , "" , pos , size ,style, validator , name , &bounds , title ) ; + MacPreControlCreate( parent , id , wxEmptyString , pos , size ,style, validator , name , &bounds , title ) ; ListDefSpec listDef; listDef.defType = kListDefUserProcType;