mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
8dd507a10a
commit
9e6186e523
@ -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>
|
||||
|
||||
|
@ -37,6 +37,7 @@
|
||||
using SigC::slot;
|
||||
using std::vector;
|
||||
using std::bind2nd;
|
||||
using std::remove_if;
|
||||
|
||||
|
||||
FormTabular::FormTabular(LyXView * lv, Dialogs * d)
|
||||
|
Loading…
Reference in New Issue
Block a user