]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.h
Correct tex2lyx/roundtrip/test-structure.tex test.
[lyx.git] / src / Encoding.h
index 00d0106b543fc36c1925d6e61e9b04e4d4c8fb60..f1513c8f625ff85ec95c4de6d30b0cd47a40b27b 100644 (file)
@@ -126,7 +126,8 @@ public:
        /// Represent any of the above packages
        static int const any;
        ///
-       Encoding() : fixedwidth_(true), unsafe_(false), complete_(false) {}
+       Encoding() : fixedwidth_(true), unsafe_(false), start_encodable_(0),
+                    package_(none), complete_(false) {}
        ///
        Encoding(std::string const & n, std::string const & l,
                 std::string const & g, std::string const & i,