]> git.lyx.org Git - features.git/commitdiff
Compile fix.
authorAngus Leeming <leeming@lyx.org>
Mon, 18 Feb 2002 10:08:42 +0000 (10:08 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 18 Feb 2002 10:08:42 +0000 (10:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3558 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/FormParagraph.C

index 5257a399fa604b27144adcef5d242c8a982cd738..5387e043868b9f7d9c701c24cae2ef6c46fe797d 100644 (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
index bfe459e07bb91421fa39d6bf09731fca2a40dbbe..ee44289c945ee931c4a38e4c4ce1d717a1a2ff84 100644 (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)