]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/checklst.cpp
cast correction Profiler
[wxWidgets.git] / src / mac / carbon / checklst.cpp
index c50773b137ed9ff0bd6e24380e6a75030a63d6be..d987d94994c68a38b96df15ea58f9b51a5924acc 100644 (file)
@@ -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;