Compile fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3558 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-02-18 10:08:42 +00:00
parent 306fc655be
commit 8dd507a10a
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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)