Remove two unnecessary forward declarations and weep as you recompile the

entire bloody tree. How much of it needs to know about glue lengths?


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5487 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-10-24 09:28:48 +00:00
parent 6e6d6248c2
commit 282a5f0410
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2002-10-24 Angus Leeming <leeming@lyx.org>
* lyxgluelength.h: no need to forward declare BufferParams
or BufferView, so don't.
2002-10-21 John Levon <levon@movementarian.org>
* BufferView.C: menuUndo ->undo, redo

View File

@ -19,9 +19,6 @@
#include "LString.h"
class BufferParams;
class BufferView;
class LyXGlueLength {
public: