]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/checklst.cpp
Use path separator, not "/"
[wxWidgets.git] / src / mac / checklst.cpp
index bba473b6069bfee3dc3377d1cb5f143872cf51c9..3bb48dec081ef03c916d8974cdc6ef0a227e93ac 100644 (file)
@@ -271,7 +271,7 @@ bool wxCheckListBox::Create(wxWindow *parent,
     }
     else
     {
-        options = lOnlyOne ;
+        options = (OptionBits) lOnlyOne ;
     }
     SetListSelectionFlags((ListHandle)m_macList, options);