diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-01-15 14:49:08 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-01-15 14:49:08 +0000 |
| commit | d4cc46084652526cf02221c80c9898d1e7d76e4e (patch) | |
| tree | 41eff4a7b8e85adbf94181f6a71b52a1b50eaec1 /src/io/file.h | |
| parent | Do not translate appdata and desktop when they are not installed (diff) | |
| parent | Initialize unused variable. (diff) | |
| download | inkscape-d4cc46084652526cf02221c80c9898d1e7d76e4e.tar.gz inkscape-d4cc46084652526cf02221c80c9898d1e7d76e4e.zip | |
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'src/io/file.h')
| -rw-r--r-- | src/io/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/file.h b/src/io/file.h index e1b91adcd..b911563b7 100644 --- a/src/io/file.h +++ b/src/io/file.h @@ -14,7 +14,7 @@ class SPDocument; //SPDocument* ink_file_new(const std::string &template = nullptr); -SPDocument* ink_file_open(const Glib::RefPtr<Gio::File>& file = Glib::RefPtr<Gio::File>()); +SPDocument* ink_file_open(const Glib::RefPtr<Gio::File>& file, bool &cancelled); // To do: // ink_file_save() |
