summaryrefslogtreecommitdiffstats
path: root/src/util/ziptool.h
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-11-03 21:15:51 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-11-07 21:27:57 +0000
commit81835789f6823079ad1264f4addb26f681c5bd7d (patch)
tree43f424eda84722acb1c76c8fc68a4e71bbe8dd1b /src/util/ziptool.h
parentfix clipboard URL rebasing (diff)
downloadinkscape-81835789f6823079ad1264f4addb26f681c5bd7d.tar.gz
inkscape-81835789f6823079ad1264f4addb26f681c5bd7d.zip
fix bug 1793940 ODG image export
Fixes handling of relative image URIs and data URIs for OpenDocument drawing (*.odg) export.
Diffstat (limited to 'src/util/ziptool.h')
-rw-r--r--src/util/ziptool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/ziptool.h b/src/util/ziptool.h
index bcaec11f6..8d905f405 100644
--- a/src/util/ziptool.h
+++ b/src/util/ziptool.h
@@ -318,6 +318,7 @@ public:
*
*/
virtual void setUncompressedData(const std::vector<unsigned char> &val);
+ virtual void setUncompressedData(const std::string &val);
/**
*