diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 5257a399fa..5387e04386 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,7 @@ +2002-02-18 Angus Leeming + + * FormParagraph.C: added a using std::remove_if directive. + 2002-02-14 Herbert Voss * xforms_helpers.h: fix bug with "?%" units diff --git a/src/frontends/xforms/FormParagraph.C b/src/frontends/xforms/FormParagraph.C index bfe459e07b..ee44289c94 100644 --- a/src/frontends/xforms/FormParagraph.C +++ b/src/frontends/xforms/FormParagraph.C @@ -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)