mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
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:
parent
6e6d6248c2
commit
282a5f0410
@ -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
|
||||
|
@ -19,9 +19,6 @@
|
||||
|
||||
#include "LString.h"
|
||||
|
||||
class BufferParams;
|
||||
class BufferView;
|
||||
|
||||
|
||||
class LyXGlueLength {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user