mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 05:01:49 +00:00
Compile fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4430 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fd2e28d76b
commit
fff706a248
@ -1,3 +1,7 @@
|
|||||||
|
2002-06-19 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
* GraphicsConverter.C: add using std::endl directive.
|
||||||
|
|
||||||
2002-06-17 Herbert Voss <voss@lyx.org>
|
2002-06-17 Herbert Voss <voss@lyx.org>
|
||||||
|
|
||||||
* GraphicsCachItem.C: (findTargetFormat)return xpm-format as a
|
* GraphicsCachItem.C: (findTargetFormat)return xpm-format as a
|
||||||
|
@ -26,6 +26,9 @@
|
|||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
|
using std::endl;
|
||||||
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
string const move_file(string const & from_file, string const & to_file)
|
string const move_file(string const & from_file, string const & to_file)
|
||||||
|
Loading…
Reference in New Issue
Block a user