diff options
Diffstat (limited to 'svg-flatten/src/main.cpp')
-rw-r--r-- | svg-flatten/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svg-flatten/src/main.cpp b/svg-flatten/src/main.cpp index bacfa71..54ce896 100644 --- a/svg-flatten/src/main.cpp +++ b/svg-flatten/src/main.cpp @@ -377,7 +377,7 @@ int main(int argc, char **argv) { return EXIT_FAILURE; } - doc.render(rset, *top_sink, &sel); + doc.render(rset, *top_sink, sel); remove(frob.c_str()); remove(barf.c_str()); |