diff options
Diffstat (limited to 'libdocument/ev-attachment.h')
-rw-r--r-- | libdocument/ev-attachment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdocument/ev-attachment.h b/libdocument/ev-attachment.h index 65a255ff..17999437 100644 --- a/libdocument/ev-attachment.h +++ b/libdocument/ev-attachment.h @@ -44,7 +44,7 @@ typedef struct _EvAttachmentPrivate EvAttachmentPrivate; struct _EvAttachment { GObject base_instance; - + EvAttachmentPrivate *priv; }; |