X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans.h;h=a233ace5cdb7a9cc6dde7c75c34363adec2c7628;hb=dd47a9eb1798d583dc84ec1c91c10cecbfa9874a;hp=e0ccbc08baaefb90a333d9a1dd7091cf78821be0;hpb=8283e978f8d621041c432b9b88a476bfd567385c;p=lyx.git diff --git a/src/trans.h b/src/trans.h index e0ccbc08ba..a233ace5cd 100644 --- a/src/trans.h +++ b/src/trans.h @@ -1,10 +1,14 @@ // -*- C++ -*- -#ifndef Trans_h -#define Trans_h +/** + * \file trans.h + * Copyright 2002 the LyX Team + * Read the file COPYING + * + * \author unknown + */ -#ifdef __GNUG__ -#pragma interface -#endif +#ifndef TRANS_H +#define TRANS_H #include @@ -19,7 +23,6 @@ class TransManager; /** Trans: holds a .kmap file */ -//class Trans : public TransInterface { class Trans { public: /// @@ -75,4 +78,4 @@ string const & Trans::Match(unsigned char c) return dummy; } -#endif +#endif // TRANS_H