mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Fix compile problems with Martin's antiquated compiler ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7811 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
274065aba8
commit
d5f7b7dec2
@ -1,3 +1,9 @@
|
|||||||
|
2003-09-22 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
* paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
|
||||||
|
of g++ which otherwise complain that the scoped_ptr destructor can't delete
|
||||||
|
an incomplete class LyXFont.
|
||||||
|
|
||||||
2003-09-22 Martin Vermeer <martin.vermeer@hut.fi>
|
2003-09-22 Martin Vermeer <martin.vermeer@hut.fi>
|
||||||
|
|
||||||
* factory.C: bug fix in branches
|
* factory.C: bug fix in branches
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
#include "paragraph.h"
|
#include "paragraph.h"
|
||||||
|
|
||||||
#include "changes.h"
|
#include "changes.h"
|
||||||
|
#include "lyxfont.h"
|
||||||
#include "ParagraphParameters.h"
|
#include "ParagraphParameters.h"
|
||||||
|
|
||||||
#include <boost/scoped_ptr.hpp>
|
#include <boost/scoped_ptr.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user