]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/choice.cpp
fix another memory leak in SetCommand() (coverity checker CID 52)
[wxWidgets.git] / src / motif / choice.cpp
index af308732cfdeb8929fa14669dc04a182bb03e5f2..40bd97b4533dd8a9a63bc7dbf294ebaea947486d 100644 (file)
@@ -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);