From: Angus Leeming Date: Mon, 18 Feb 2002 10:12:12 +0000 (+0000) Subject: Another compile fix. X-Git-Tag: 1.6.10~19836 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9e6186e52340741ac366003b475e9b49c62f1c90;p=features.git Another compile fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3559 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 5387e04386..a2e57bde47 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,6 +1,7 @@ 2002-02-18 Angus Leeming - * 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 diff --git a/src/frontends/xforms/FormTabular.C b/src/frontends/xforms/FormTabular.C index 4079decf54..c1612f5b0c 100644 --- a/src/frontends/xforms/FormTabular.C +++ b/src/frontends/xforms/FormTabular.C @@ -37,6 +37,7 @@ using SigC::slot; using std::vector; using std::bind2nd; +using std::remove_if; FormTabular::FormTabular(LyXView * lv, Dialogs * d)