Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 191462
Collapse All | Expand All

(-)evince-2.19.92-orig/backend/pdf/ev-poppler.cc (+4 lines)
Lines 123-128 Link Here
123
static void        pdf_document_search_free (PdfDocumentSearch *search);
123
static void        pdf_document_search_free (PdfDocumentSearch *search);
124
static void        pdf_print_context_free   (PdfPrintContext   *ctx);
124
static void        pdf_print_context_free   (PdfPrintContext   *ctx);
125
125
126
#ifndef HAVE_FORMS
127
#define HAVE_FORMS
128
#endif
129
126
#ifdef HAVE_FORMS
130
#ifdef HAVE_FORMS
127
G_DEFINE_TYPE_WITH_CODE (PdfDocument, pdf_document, G_TYPE_OBJECT,
131
G_DEFINE_TYPE_WITH_CODE (PdfDocument, pdf_document, G_TYPE_OBJECT,
128
                         {
132
                         {

Return to bug 191462