X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50b30d837b469539fb6fb93d076d6ee42dd338e6..2d4e4f802f8a165c8d41053d2cd6d33c32b08f79:/src/mac/checklst.cpp diff --git a/src/mac/checklst.cpp b/src/mac/checklst.cpp index bba473b606..3bb48dec08 100644 --- a/src/mac/checklst.cpp +++ b/src/mac/checklst.cpp @@ -271,7 +271,7 @@ bool wxCheckListBox::Create(wxWindow *parent, } else { - options = lOnlyOne ; + options = (OptionBits) lOnlyOne ; } SetListSelectionFlags((ListHandle)m_macList, options);