]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/Preamble.h
fix bug #8210
[features.git] / src / tex2lyx / Preamble.h
index ba4ef31c8eb3267dcde5fb5ebd4c94b0a60ca2a0..585cb25c73e0d1bcd1ca87dea1724194a5c05416 100644 (file)
@@ -34,6 +34,8 @@ class Preamble
 public:
        Preamble();
 
+       ///
+       std::string h_language;
        ///
        std::string inputencoding() const { return h_inputencoding; }
        ///
@@ -115,7 +117,6 @@ private:
        std::string h_index_command;
        std::string h_inputencoding;
        std::string h_justification;
-       std::string h_language;
        std::string h_language_package;
        std::string h_listings_params;
        std::string h_maintain_unincluded_children;