mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
compile fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5272 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
928befac58
commit
f4466f72e8
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user