summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-10-05 20:07:53 +0000
committertavmjong-free <tavmjong@free.fr>2014-10-05 20:07:53 +0000
commit8a779e74c5243e3efe16431fdd215efe4380bcfc (patch)
treeb30ec95c922944508b481714b499f2aeff2f09c2 /src/ui
parentUse actual SVG width and height property values in preview image text. (diff)
downloadinkscape-8a779e74c5243e3efe16431fdd215efe4380bcfc.tar.gz
inkscape-8a779e74c5243e3efe16431fdd215efe4380bcfc.zip
Attempt to fix build breakage reported by su_v (but not seen locally).
(bzr r13341.1.252)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/filedialogimpl-gtkmm.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/dialog/filedialogimpl-gtkmm.cpp b/src/ui/dialog/filedialogimpl-gtkmm.cpp
index 2c13d40b6..5d330f7f0 100644
--- a/src/ui/dialog/filedialogimpl-gtkmm.cpp
+++ b/src/ui/dialog/filedialogimpl-gtkmm.cpp
@@ -21,6 +21,8 @@
#include <config.h>
#endif
+#include <iostream>
+
#include "filedialogimpl-gtkmm.h"
#include "ui/dialog-events.h"
#include "ui/interface.h"
@@ -203,7 +205,7 @@ void SVGPreview::showImage(Glib::ustring &theFileName)
std::string height;
if( !input ) {
- std::cout << "SVGPreview::showImage: Failed to open file: " << theFileName << std::endl;
+ std::cerr << "SVGPreview::showImage: Failed to open file: " << theFileName << std::endl;
} else {
std::string token;