]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/statlmac.cpp
use popen() instead of wxExecute(), it works inside wxYield() unlike the latter
[wxWidgets.git] / src / mac / classic / statlmac.cpp
index a7a116ba571cc17d391ba59d5f5edf3b2f0bb31e..39b09c1a39bc1fea06a46537dcf56441ad47d203 100644 (file)
@@ -58,7 +58,7 @@ bool wxStaticLine::Create( wxWindow *parent,
     
     MacPreControlCreate( parent , id ,  wxEmptyString , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
 
-    m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , 1, 
+    m_macControl = (WXWidget) ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , 1, 
           kControlSeparatorLineProc , (long) this ) ;
     
     MacPostControlCreate() ;