Another compile fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3559 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-02-18 10:12:12 +00:00
parent 8dd507a10a
commit 9e6186e523
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2002-02-18 Angus Leeming <a.leeming@ic.ac.uk>
* FormParagraph.C: added a using std::remove_if directive.
* FormParagraph.C:
* FormTabular.C: added a using std::remove_if directive.
2002-02-14 Herbert Voss <voss@lyx.org>

View File

@ -37,6 +37,7 @@
using SigC::slot;
using std::vector;
using std::bind2nd;
using std::remove_if;
FormTabular::FormTabular(LyXView * lv, Dialogs * d)