diff options
Diffstat (limited to 'libmisc/ev-page-action.h')
-rw-r--r-- | libmisc/ev-page-action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmisc/ev-page-action.h b/libmisc/ev-page-action.h index 5196397e..3bae66ad 100644 --- a/libmisc/ev-page-action.h +++ b/libmisc/ev-page-action.h @@ -42,7 +42,7 @@ typedef struct _EvPageActionClass EvPageActionClass; struct _EvPageAction { GtkAction parent; - + /*< private >*/ EvPageActionPrivate *priv; }; |