]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/checklst.cpp
Added wxBase headers from /include/unix to the RPM.
[wxWidgets.git] / src / mac / classic / checklst.cpp
index c442bbdfcbe1ba76124b99e5a1f40deffd3eecd3..c33ad14c5fd1b43a392b6f7e036169a704472fa3 100644 (file)
@@ -262,7 +262,7 @@ bool wxCheckListBox::Create(wxWindow *parent,
     long    result ;
 
     wxStAppResource resload ;
-    m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false ,
+    m_macControl = (WXWidget) ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false ,
                   kwxMacListWithVerticalScrollbar , 0 , 0, 
                   kControlListBoxProc , (long) this ) ;
     ::GetControlData( (ControlHandle) m_macControl , kControlNoPart , kControlListBoxListHandleTag ,