X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex-accent.h;h=daf431477379fa61f7aa36ab63ebd0c38d2739d2;hb=f65b7ff4ab2fe8ad0d9196c231064240e3fde81f;hp=1fc7e631790f2ce7a2783a240c7bdf3c527c5cd3;hpb=d8b96c598c7cc488518c5b63907899400a789d56;p=lyx.git diff --git a/src/tex-accent.h b/src/tex-accent.h index 1fc7e63179..daf4314773 100644 --- a/src/tex-accent.h +++ b/src/tex-accent.h @@ -1,8 +1,21 @@ // -*- C++ -*- +/* This file is part of + * ====================================================== + * + * LyX, The Document Processor + * + * Copyright 1995 Matthias Ettrich + * Copyright 1995-2000 The LyX Team. + * + * ====================================================== */ #ifndef TEX_ACCENT #define TEX_ACCENT +#ifdef __GNUG__ +#pragma interface +#endif + #include "commandtags.h" /* the names used by TeX and XWindows for deadkeys/accents are not the same @@ -84,11 +97,11 @@ struct tex_accent_struct { /// tex_accent accent; /// - char const *cmd; + char const * cmd; /// - char const *native; + char const * native; /// - char const *name; + char const * name; /// kb_action action; };