From f4466f72e8935762e804ac5ad4a2b3d59da85672 Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 11 Sep 2002 18:36:00 +0000 Subject: [PATCH] compile fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5272 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 4 ++++ src/mathed/dimension.C | 13 +++++++++++++ 2 files changed, 17 insertions(+) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 17f4e21403..caf2a45125 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2002-09-11 John Levon + + * dimension.C: compile fix + 2002-09-11 Angus Leeming * preview.[Ch]: cruft. Removed. diff --git a/src/mathed/dimension.C b/src/mathed/dimension.C index 04b30ff8e7..9a25ef9d57 100644 --- a/src/mathed/dimension.C +++ b/src/mathed/dimension.C @@ -1,3 +1,16 @@ +/** + * \file dimension.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author André Pönitz + * + * Full author contact details are available in file CREDITS + */ + +#ifdef __GNUG__ +#pragma implementation +#endif #include #include "dimension.h" -- 2.39.5