diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-01 21:02:44 +0000 |
---|---|---|
committer | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2017-11-28 00:12:44 -0500 |
commit | 5ba38c9b458d9113c620693312f3b94d5e254b94 (patch) | |
tree | e9233e6932d757f2bd5f9b89672b4855960887ae /include | |
parent | 330dc55f4923bb88c3e7dbc75a2c935477b92928 (diff) |
noone cares about the return from ReadGraphic
Change-Id: Ifd86dee6f2657155faaa31a229feb16178d89f34
(cherry picked from commit 0a599225bcfc8682a7cc7f68dd3901d9791522b1)
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/graph.hxx | 2 |
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: |