X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOWxOutputDlg.cpp;h=8ed5f282418a0f2ef5e19d12c0160968866167ab;hb=f5357d5e24ce935ff82ebb98d21dc95185c3528e;hp=db56702ef92ffd4c41e72293b895128a69b5a71f;hpb=42cd1f59493627931b5068f3dceb401abc4b8c4c;p=creaImageIO.git diff --git a/src/creaImageIOWxOutputDlg.cpp b/src/creaImageIOWxOutputDlg.cpp index db56702..8ed5f28 100644 --- a/src/creaImageIOWxOutputDlg.cpp +++ b/src/creaImageIOWxOutputDlg.cpp @@ -35,7 +35,7 @@ namespace creaImageIO : wxDialog(parent, -1,_T("OUTPUT FORMAT"), wxDefaultPosition, wxSize(350,450)) { - int size = filenames.size(); + int size = (int)filenames.size(); int deflt = 1;