]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/checklst.cpp
cleanup - reformatting (again)
[wxWidgets.git] / src / mac / classic / checklst.cpp
index c442bbdfcbe1ba76124b99e5a1f40deffd3eecd3..ae436e163d0d14d3038006a8983e984745092754 100644 (file)
 // headers & declarations
 // ============================================================================
 
-#ifdef __GNUG__
-#pragma implementation "checklst.h"
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_CHECKLISTBOX
@@ -262,7 +258,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 ,