X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FEncoding.h;h=7400127f2d5c5c58734384399fa24d8dea13d7cd;hb=4300feb8595c8542050adedf664cd4bfda7ede12;hp=0f6e8ff4386b8b4b6f269f3ecd815cd96ce49f1a;hpb=cb7094696095236b9a7133f41901e90aee767544;p=lyx.git diff --git a/src/Encoding.h b/src/Encoding.h index 0f6e8ff438..7400127f2d 100644 --- a/src/Encoding.h +++ b/src/Encoding.h @@ -130,7 +130,7 @@ public: /// Represent any of the above packages static int const any; /// - Encoding() : fixedwidth_(true), unsafe_(false), forced_(0), + Encoding() : fixedwidth_(true), unsafe_(false), forced_(0), start_encodable_(0), package_(none), complete_(false) {} /// Encoding(std::string const & n, std::string const & l,