X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTrans.h;h=4befc657402071db3f2755ba1f150efd5f0c835a;hb=cd4ae51f7787046e8852abc4b339b5191c6adc16;hp=e2b196705dd638149dc81000c74725f8860acddb;hpb=a98f82c292c7047478e3362449ab21aa35e03375;p=lyx.git diff --git a/src/Trans.h b/src/Trans.h index e2b196705d..4befc65740 100644 --- a/src/Trans.h +++ b/src/Trans.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Matthias Ettrich * \author John Levon * @@ -42,6 +42,8 @@ enum tex_accent { /// TEX_TILDE, /// + TEX_PERISPOMENI, + /// TEX_UNDERBAR, /// TEX_CEDILLA, @@ -88,6 +90,8 @@ extern TeXAccent get_accent(FuncCode action); /// struct Keyexc { + /// + Keyexc() : c('\0'), combined(false), accent(TEX_NOACCENT) {} /// character to make exception char_type c; /// exception data @@ -104,6 +108,8 @@ typedef std::list KmodException; /// class KmodInfo { public: + /// + KmodInfo() : accent(TEX_NOACCENT) {} /// docstring data; ///