mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
add using std::endl
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4669 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1dbfc15548
commit
86c56861fe
@ -1,3 +1,7 @@
|
||||
2002-07-17 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* QLImage.C: add using std
|
||||
|
||||
2002-07-15 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* QLImage.h:
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
||||
using std::find_if;
|
||||
using std::endl;
|
||||
|
||||
namespace grfx {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user