diff --git a/common/src/Utilities/Exceptions.cpp b/common/src/Utilities/Exceptions.cpp index c9099d6495..7ff4440f7f 100644 --- a/common/src/Utilities/Exceptions.cpp +++ b/common/src/Utilities/Exceptions.cpp @@ -25,7 +25,7 @@ static wxString GetTranslation( const char* msg ) { - return msg ? wxGetTranslation( fromUTF8(msg) ) : wxString(); + return msg ? wxGetTranslation( fromUTF8(msg) ) : wxEmptyString; } // ------------------------------------------------------------------------