summaryrefslogtreecommitdiffstats
path: root/src/io/file.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-03-15 14:21:30 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-03-15 14:21:30 +0000
commit1602477dfd4371a17639b0b6e4f59f5a5ea9565a (patch)
tree6f4561f58d15f8b6608897e232b37658143d46e6 /src/io/file.h
parentImprove deb generation and install scripts (diff)
downloadinkscape-1602477dfd4371a17639b0b6e4f59f5a5ea9565a.tar.gz
inkscape-1602477dfd4371a17639b0b6e4f59f5a5ea9565a.zip
Make InkscapeApplication responsible for managing documents and windows.
Any change from previous behavior is a bug.
Diffstat (limited to 'src/io/file.h')
-rw-r--r--src/io/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/file.h b/src/io/file.h
index b911563b7..3e1c8ca65 100644
--- a/src/io/file.h
+++ b/src/io/file.h
@@ -13,7 +13,7 @@
class SPDocument;
-//SPDocument* ink_file_new(const std::string &template = nullptr);
+SPDocument* ink_file_new(const std::string &Template = nullptr);
SPDocument* ink_file_open(const Glib::RefPtr<Gio::File>& file, bool &cancelled);
// To do: