]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Parser.h
tex2lyx: update a command
[lyx.git] / src / tex2lyx / Parser.h
index 3cf3dbde83df0d2635668833787077e434c2574e..c0c5685bb83fc449cf2567c39f00206b38fb3629 100644 (file)
@@ -251,8 +251,6 @@ public:
        void setCatCode(char c, CatCode cat);
        ///
        CatCode getCatCode(char c) const;
-       /// latex name of the current encoding
-       std::string encoding_latex_;
 
 private:
        ///
@@ -267,6 +265,8 @@ private:
        idocstringstream * iss_;
        ///
        idocstream & is_;
+       /// latex name of the current encoding
+       std::string encoding_latex_;
 };