compile fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5272 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-09-11 18:36:00 +00:00
parent 928befac58
commit f4466f72e8
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-09-11 John Levon <levon@movementarian.org>
* dimension.C: compile fix
2002-09-11 Angus Leeming <leeming@lyx.org>
* preview.[Ch]: cruft. Removed.

View File

@ -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 <config.h>
#include "dimension.h"