From 8ee164ea207c0365cfc2028e9b8773d04cb45e63 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Mon, 8 Oct 2012 12:49:06 +0200 Subject: Simplify the collectXFormData and collectTxtXform functions a bit --- src/lib/VSDParser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/VSDParser.h') diff --git a/src/lib/VSDParser.h b/src/lib/VSDParser.h index 7449066..28166ca 100644 --- a/src/lib/VSDParser.h +++ b/src/lib/VSDParser.h @@ -132,6 +132,7 @@ protected: virtual bool getChunkHeader(WPXInputStream *input) = 0; void _handleLevelChange(unsigned level); Colour _colourFromIndex(unsigned idx); + void _flushShape(const VSDShape &shape); WPXInputStream *m_input; libwpg::WPGPaintInterface *m_painter; -- cgit v1.2.3