]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/checklst.cpp
Further work on wxTextCtrl.
[wxWidgets.git] / src / mac / checklst.cpp
index 4f8bc5723bc94eb92fb28afbd4ab1de907560f89..95f2e86fa167dff86f4dff3d66942feeee011618 100644 (file)
@@ -208,6 +208,7 @@ bool wxCheckListBox::Create(wxWindow *parent,
 
     long    result ;
 
+    wxStAppResource resload ;
     m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false ,
                   kwxMacListWithVerticalScrollbar , 0 , 0, 
                   kControlListBoxProc , (long) this ) ;