X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FParser.h;h=c0c5685bb83fc449cf2567c39f00206b38fb3629;hb=487c8b5bd34b1de999d213d83e27916a334d4891;hp=3cf3dbde83df0d2635668833787077e434c2574e;hpb=a3f4f2d1e3c2c9cb6907859a72e9e7e0592fbdc8;p=lyx.git diff --git a/src/tex2lyx/Parser.h b/src/tex2lyx/Parser.h index 3cf3dbde83..c0c5685bb8 100644 --- a/src/tex2lyx/Parser.h +++ b/src/tex2lyx/Parser.h @@ -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_; };