summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2012-12-17 21:19:54 -0600
committerGlenn Rice <glennricster@gmail.com>2012-12-17 21:19:54 -0600
commit2fdd7b5a7001168fd3931489d577f9004a9051fc (patch)
treed65955827aecdf8dad62607c80e03da5b4323b0d
parent71a8df2900da253cfcb87517c60b7336d2fdaba5 (diff)
Fix a static header copy/paste issue.
-rw-r--r--poppler-glib/src/document.ccg2
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)
{