]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.h
Painter: Add a line style to disable antialiasing
[lyx.git] / src / Encoding.h
index aac632e6dad7d812cf805dc47886f00cde87aac1..5e289ca701263e8c9e37dbfe45c1c7e139ad6afa 100644 (file)
@@ -130,8 +130,8 @@ public:
        /// Represent any of the above packages
        static int const any;
        ///
-       Encoding() : fixedwidth_(true), unsafe_(false), start_encodable_(0),
-                    package_(none), complete_(false) {}
+       Encoding() : fixedwidth_(true), unsafe_(false), forced_(0), 
+                    start_encodable_(0), package_(none), complete_(false) {}
        ///
        Encoding(std::string const & n, std::string const & l,
                 std::string const & g, std::string const & i,