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

src/frontends/xforms/ChangeLog
src/frontends/xforms/FormTabular.C

index 5387e043868b9f7d9c701c24cae2ef6c46fe797d..a2e57bde47e1a78b2c43926a3962696551f5c58e 100644 (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>
 
index 4079decf545afb7a9745b99d93aa4b1368791926..c1612f5b0cd1af8ad29fad83acb94a3bdfb80fd2 100644 (file)
@@ -37,6 +37,7 @@
 using SigC::slot;
 using std::vector;
 using std::bind2nd;
+using std::remove_if;
 
 
 FormTabular::FormTabular(LyXView * lv, Dialogs * d)