X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f94a81c084696210418b8709e8ab649a18465fa6..d806d30a0ff287e6c244edab05c6563365a83e81:/src/motif/choice.cpp diff --git a/src/motif/choice.cpp b/src/motif/choice.cpp index af308732cf..40bd97b453 100644 --- a/src/motif/choice.cpp +++ b/src/motif/choice.cpp @@ -352,7 +352,7 @@ void wxChoice::SetColumns(int n) { if (n<1) n = 1 ; - short numColumns = n ; + short numColumns = (short)n ; Arg args[3]; XtSetArg(args[0], XmNnumColumns, numColumns);