diff options
author | Glenn Rice <glennricster@gmail.com> | 2012-12-17 21:19:54 -0600 |
---|---|---|
committer | Glenn Rice <glennricster@gmail.com> | 2012-12-17 21:19:54 -0600 |
commit | 2fdd7b5a7001168fd3931489d577f9004a9051fc (patch) | |
tree | d65955827aecdf8dad62607c80e03da5b4323b0d | |
parent | 71a8df2900da253cfcb87517c60b7336d2fdaba5 (diff) |
Fix a static header copy/paste issue.
-rw-r--r-- | poppler-glib/src/document.ccg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler-glib/src/document.ccg b/poppler-glib/src/document.ccg index ad64334..6b2c818 100644 --- a/poppler-glib/src/document.ccg +++ b/poppler-glib/src/document.ccg @@ -49,7 +49,7 @@ Glib::RefPtr<Document> Document::new_from_stream(const Glib::RefPtr<Gio::InputSt return retvalue; } -static Glib::RefPtr<Document> new_from_gio_file(const Glib::RefPtr<Gio::File>& file, +Glib::RefPtr<Document> Document::new_from_gio_file(const Glib::RefPtr<Gio::File>& file, const std::string& password, const Glib::RefPtr<Gio::Cancellable>& cancellable) { |