X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcreaDevManagerLib%2FwxCDMNewBlackBoxDialog.cpp;h=c1542881aebf1afa9a6e4a4b37bf18cc4c872e64;hb=a26a54f4555934ed0f3720bea6bb95913d7f02d6;hp=7e0c69f4516ef76a6dea84ecad82e6900bbe5522;hpb=72575e97cabe50ea9f2d593bba1b0dcd69d35514;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.cpp b/lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.cpp index 7e0c69f..c154288 100644 --- a/lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.cpp +++ b/lib/creaDevManagerLib/wxCDMNewBlackBoxDialog.cpp @@ -125,7 +125,8 @@ const wxString wxCDMNewBlackBoxDialog::GetBlackBoxType() const #endif break; default: - res = wxT("std"); + res = wxT("std"); + break; } return res; } @@ -142,7 +143,8 @@ const wxString wxCDMNewBlackBoxDialog::GetBlackBoxFormat() const res = wxT("XML"); break; default: - res = wxT("C++"); + res = wxT("C++"); + break; } return res; }