]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-document-forms.c
Fixes bug #542924. Makes enums static to fix Solaris build.
[evince.git] / libdocument / ev-document-forms.c
index cdefb46730d686d1c0f8c6e11d551102844a45b9..d5d9c7094361834862a515ee5d20d81dcb96be65 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
 #include "ev-document-forms.h"
 
 GType
@@ -42,7 +43,7 @@ ev_document_forms_get_type (void)
 
 GList *
 ev_document_forms_get_form_fields (EvDocumentForms *document_forms,
-                                  gint             page)
+                                  EvPage          *page)
 {
        EvDocumentFormsIface *iface = EV_DOCUMENT_FORMS_GET_IFACE (document_forms);