Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-document-links.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-document-links.c')
-rw-r--r--backend/ev-document-links.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ev-document-links.c b/backend/ev-document-links.c
index daec3ea..d077003 100644
--- a/backend/ev-document-links.c
+++ b/backend/ev-document-links.c
@@ -31,7 +31,7 @@ ev_document_links_get_type (void)
static GType type = 0;
if (G_UNLIKELY (type == 0)) {
- static const GTypeInfo our_info = {
+ const GTypeInfo our_info = {
sizeof (EvDocumentLinksIface),
NULL,
NULL,