]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOWxOutputDlg.cpp
Bug #1963
[creaImageIO.git] / src / creaImageIOWxOutputDlg.cpp
index db56702ef92ffd4c41e72293b895128a69b5a71f..8ed5f282418a0f2ef5e19d12c0160968866167ab 100644 (file)
@@ -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;