]> git.lyx.org Git - lyx.git/blobdiff - src/Trans.h
Amend a754912 once more
[lyx.git] / src / Trans.h
index 7bfea6b545d937c60104fe707e5748ae270734a7..4befc657402071db3f2755ba1f150efd5f0c835a 100644 (file)
@@ -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<Keyexc> KmodException;
 ///
 class KmodInfo {
 public:
+       ///
+       KmodInfo() : accent(TEX_NOACCENT) {}
        ///
        docstring data;
        ///