summaryrefslogtreecommitdiff
path: root/include/vcl/graph.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-01 21:02:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-01 21:02:44 +0000
commit0a599225bcfc8682a7cc7f68dd3901d9791522b1 (patch)
tree10eabb0dac74f0cacd9be2f7a43fd90d3201b0e6 /include/vcl/graph.hxx
parent8332bc39f507b659b07fe01a31164c0805175dd6 (diff)
noone cares about the return from ReadGraphic
Change-Id: Ifd86dee6f2657155faaa31a229feb16178d89f34
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index f75b843c1d21..1f338eae80ff 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -213,7 +213,7 @@ public:
bool ExportNative( SvStream& rOStream ) const;
friend VCL_DLLPUBLIC SvStream& WriteGraphic( SvStream& rOStream, const Graphic& rGraphic );
- friend VCL_DLLPUBLIC SvStream& ReadGraphic( SvStream& rIStream, Graphic& rGraphic );
+ friend VCL_DLLPUBLIC void ReadGraphic( SvStream& rIStream, Graphic& rGraphic );
public: