summaryrefslogtreecommitdiffstats
path: root/src/extension/output.h
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-11-06 10:18:22 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-11-07 20:58:07 +0000
commit5835eaa282065fe8f44fb071a467f10c0adcb76a (patch)
treee9f07e0514b6ccdfaf52619b0a93044cefe19907 /src/extension/output.h
parentRefactor rebase_hrefs with new URI API (diff)
downloadinkscape-5835eaa282065fe8f44fb071a467f10c0adcb76a.tar.gz
inkscape-5835eaa282065fe8f44fb071a467f10c0adcb76a.zip
fix clipboard URL rebasing
Diffstat (limited to 'src/extension/output.h')
-rw-r--r--src/extension/output.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extension/output.h b/src/extension/output.h
index de1ce4503..a67a3cc30 100644
--- a/src/extension/output.h
+++ b/src/extension/output.h
@@ -42,7 +42,8 @@ public:
~Output () override;
bool check () override;
void save (SPDocument *doc,
- gchar const *uri);
+ gchar const *filename,
+ bool detachbase = false);
bool prefs ();
gchar * get_mimetype();
gchar * get_extension();