X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMNewBlackBoxDialog.cpp;h=c1542881aebf1afa9a6e4a4b37bf18cc4c872e64;hb=157fdd70097efc81cb9bcd3a3b19392b8a144655;hp=7e0c69f4516ef76a6dea84ecad82e6900bbe5522;hpb=14a7db3b732ca184a3cd336d7561d8faa232d658;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; }