diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-11-19 19:53:14 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-11-19 19:53:14 +0000 |
| commit | 64d7050a0236d2da927ce0d9f966da79e90af830 (patch) | |
| tree | bd2b477016544dac14cc13603d6ac373a677d7a9 /src/io/file-export-cmd.cpp | |
| parent | Merge branch 'main' (diff) | |
| download | inkscape-64d7050a0236d2da927ce0d9f966da79e90af830.tar.gz inkscape-64d7050a0236d2da927ce0d9f966da79e90af830.zip | |
Possible fix to MAC build failure.
Diffstat (limited to 'src/io/file-export-cmd.cpp')
| -rw-r--r-- | src/io/file-export-cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/file-export-cmd.cpp b/src/io/file-export-cmd.cpp index 07366574d..459b1377d 100644 --- a/src/io/file-export-cmd.cpp +++ b/src/io/file-export-cmd.cpp @@ -609,7 +609,7 @@ InkFileExportCmd::do_export_ps_pdf(SPDocument* doc, std::string filename_in, std set_export_pdf_version_fail=false; } else { g_warning("Desired PDF export version \"%s\" not supported! Hint: input one of the versions found in the pdf export dialog e.g. \"1.4\".", - export_pdf_level); + export_pdf_level.c_str()); } } catch (...) { // can be thrown along the way: |
