summaryrefslogtreecommitdiff
path: root/glib/poppler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'glib/poppler.cc')
-rw-r--r--glib/poppler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/poppler.cc b/glib/poppler.cc
index 01c3ae88..55347c2d 100644
--- a/glib/poppler.cc
+++ b/glib/poppler.cc
@@ -112,7 +112,7 @@ error_cb (void *data G_GNUC_UNUSED,
}
static void __attribute__((__constructor__))
-poppler_constructor (void)
+poppler_constructor ()
{
setErrorCallback (error_cb, nullptr);
}