diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2018-11-06 10:18:22 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2018-11-07 20:58:07 +0000 |
| commit | 5835eaa282065fe8f44fb071a467f10c0adcb76a (patch) | |
| tree | e9f07e0514b6ccdfaf52619b0a93044cefe19907 /src/extension/output.h | |
| parent | Refactor rebase_hrefs with new URI API (diff) | |
| download | inkscape-5835eaa282065fe8f44fb071a467f10c0adcb76a.tar.gz inkscape-5835eaa282065fe8f44fb071a467f10c0adcb76a.zip | |
fix clipboard URL rebasing
Diffstat (limited to 'src/extension/output.h')
| -rw-r--r-- | src/extension/output.h | 3 |
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(); |
