X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FEncoding.h;h=4913ddc238346193941fc5d2e5addc8e7ad12ac9;hb=56f525cec31fb0b489928e61116e14a86444cdd1;hp=9668336843cced9377f4668750bd2f93834f4edf;hpb=ffc1976b972accc6ce48f6befaa7254a7f353156;p=lyx.git diff --git a/src/Encoding.h b/src/Encoding.h index 9668336843..4913ddc238 100644 --- a/src/Encoding.h +++ b/src/Encoding.h @@ -113,10 +113,10 @@ public: private: /// LaTeX commands (text mode) for this character. The first one is the default, the others /// are only present for compatibility other ways users may encode the character - std::vector text_commands_; + std::vector text_commands_; /// LaTeX command (math mode) for this character. The first one is the default, the others // /// are only present for compatibility other ways users may encode the character - std::vector math_commands_; + std::vector math_commands_; /// Needed LaTeX preamble (or feature) for text mode trivstring text_preamble_; /// Needed LaTeX preamble (or feature) for math mode