commit 955308de57822070329a54538d528967c87f0883
Author: Enrico Forestieri <[email protected]>
Date:   Sun Mar 6 23:01:56 2022 +0100

    Amend 3f9e21b8
    
    This avoids a compile error on cygwin.
---
 src/Encoding.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Encoding.h b/src/Encoding.h
index 9668336..4913ddc 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<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
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to