]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/scrolbar.cpp
regenerated with correct substitutions for COND_WXUNIV_0 (fixes wxAdv build problems)
[wxWidgets.git] / src / mac / classic / scrolbar.cpp
index 3b08c25ecccd30e61c82e8e4cacf4cf92d2b7982..70545c7c8d3a20445431a12cc54ee170ede4afe1 100644 (file)
@@ -48,7 +48,7 @@ bool wxScrollBar::Create(wxWindow *parent, wxWindowID id,
 
     MacPreControlCreate( parent , id ,  wxEmptyString , pos , size ,style, validator , name , &bounds , title ) ;
 
-    m_macControl = ::NewControl(MAC_WXHWND(parent->MacGetRootWindow()) ,
+    m_macControl = (WXWidget) ::NewControl(MAC_WXHWND(parent->MacGetRootWindow()) ,
                                 &bounds , title , false , 0 , 0 , 100, 
                                 kControlScrollBarLiveProc , (long) this) ;