X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_decl.h;h=cd5da79e551e1f87f3206f4c23a455a46f3ed353;hb=6c2e78e12855d8661eb289ded3dc8722748863b8;hp=a9b6de44e55f1faaf3bd33771120a426abd3b237;hpb=c80187fbfcefa7972bd9602a2205521aca236349;p=lyx.git diff --git a/src/trans_decl.h b/src/trans_decl.h index a9b6de44e5..cd5da79e55 100644 --- a/src/trans_decl.h +++ b/src/trans_decl.h @@ -1,11 +1,22 @@ // -*- C++ -*- -#ifndef Trans_Decl_h -#define Trans_Decl_h +/** + * \file trans_decl.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Lars Gullik Bjønnes + * \author Matthias Ettrich + * + * Full author contact details are available in file CREDITS. + */ + +#ifndef TRANS_DECL_H +#define TRANS_DECL_H -#include "LString.h" #include "tex-accent.h" #include +#include /// @@ -13,7 +24,7 @@ struct Keyexc { /// character to make exception char c; /// exception data - string data; + std::string data; /// Combination with another deadkey bool combined; /// The accent comined with @@ -24,9 +35,10 @@ struct Keyexc { typedef std::list KmodException; /// -struct KmodInfo { +class KmodInfo { +public: /// - string data; + std::string data; /// tex_accent accent; ///