summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngwrite.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/pngwrite.cxx')
-rw-r--r--vcl/source/gdi/pngwrite.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/vcl/source/gdi/pngwrite.cxx b/vcl/source/gdi/pngwrite.cxx
index 9f35f0283bda..a0e95d5f649d 100644
--- a/vcl/source/gdi/pngwrite.cxx
+++ b/vcl/source/gdi/pngwrite.cxx
@@ -52,7 +52,7 @@ public:
bool Write( SvStream& rOStm );
- std::vector< vcl::PNGWriter::ChunkData >& GetChunks();
+ std::vector< vcl::PNGWriter::ChunkData >& GetChunks() { return maChunkSeq;}
private:
@@ -269,10 +269,6 @@ bool PNGWriterImpl::Write( SvStream& rOStm )
return mbStatus;
}
-std::vector< vcl::PNGWriter::ChunkData >& PNGWriterImpl::GetChunks()
-{
- return maChunkSeq;
-}
bool PNGWriterImpl::ImplWriteHeader()
{