diff --git a/PowerEditor/src/Parameters.h b/PowerEditor/src/Parameters.h index 825e5305..62832a08 100644 --- a/PowerEditor/src/Parameters.h +++ b/PowerEditor/src/Parameters.h @@ -251,7 +251,7 @@ struct CmdLineParamsDTO int _column2go = 0; int _pos2go = 0; - LangType _langType; + LangType _langType = L_EXTERNAL; static CmdLineParamsDTO FromCmdLineParams(const CmdLineParams& params) {