This avoids a compile error on cygwin.
This commit is contained in:
Enrico Forestieri 2022-03-06 23:01:56 +01:00
parent 1c2628b5de
commit 955308de57

View File

@ -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<trivdocstring> text_commands_;
std::vector<docstring> 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<trivdocstring> math_commands_;
std::vector<docstring> math_commands_;
/// Needed LaTeX preamble (or feature) for text mode
trivstring text_preamble_;
/// Needed LaTeX preamble (or feature) for math mode