X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTrans.h;h=4befc657402071db3f2755ba1f150efd5f0c835a;hb=4f341fc59dc755bbf5564567acd682ad9502410d;hp=7bfea6b545d937c60104fe707e5748ae270734a7;hpb=fb3bb6361c974802ab92156da1172faacd0ef641;p=lyx.git diff --git a/src/Trans.h b/src/Trans.h index 7bfea6b545..4befc65740 100644 --- a/src/Trans.h +++ b/src/Trans.h @@ -90,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 @@ -106,6 +108,8 @@ typedef std::list KmodException; /// class KmodInfo { public: + /// + KmodInfo() : accent(TEX_NOACCENT) {} /// docstring data; ///