mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Compile fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3558 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
306fc655be
commit
8dd507a10a
@ -1,3 +1,7 @@
|
||||
2002-02-18 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* FormParagraph.C: added a using std::remove_if directive.
|
||||
|
||||
2002-02-14 Herbert Voss <voss@lyx.org>
|
||||
|
||||
* xforms_helpers.h: fix bug with "?%" units
|
||||
|
@ -41,6 +41,7 @@ using Liason::setMinibuffer;
|
||||
using SigC::slot;
|
||||
using std::vector;
|
||||
using std::bind2nd;
|
||||
using std::remove_if;
|
||||
|
||||
|
||||
FormParagraph::FormParagraph(LyXView * lv, Dialogs * d)
|
||||
|
Loading…
Reference in New Issue
Block a user