diff options
Diffstat (limited to 'backend/epub/epub-document.h')
-rw-r--r-- | backend/epub/epub-document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/epub/epub-document.h b/backend/epub/epub-document.h index 4b57e178..5fff2514 100644 --- a/backend/epub/epub-document.h +++ b/backend/epub/epub-document.h @@ -5,7 +5,7 @@ G_BEGIN_DECLS -#define EPUB_TYPE_DOCUMENT (EPUB_document_get_type ()) +#define EPUB_TYPE_DOCUMENT (epub_document_get_type ()) #define EPUB_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPUB_TYPE_DOCUMENT, ePubDocument)) #define EPUB_IS_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EPUB_TYPE_DOCUMENT)) |