diff options
Diffstat (limited to 'gtk/gtkrecentaction.h')
-rw-r--r-- | gtk/gtkrecentaction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkrecentaction.h b/gtk/gtkrecentaction.h index a2a41b0a38..4e6a35c74e 100644 --- a/gtk/gtkrecentaction.h +++ b/gtk/gtkrecentaction.h @@ -2,7 +2,7 @@ * Recent chooser action for GtkUIManager * * Copyright (C) 2007, Emmanuele Bassi - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -45,7 +45,7 @@ typedef struct _GtkRecentActionClass GtkRecentActionClass; struct _GtkRecentAction { GtkAction parent_instance; - + /*< private >*/ GtkRecentActionPrivate *priv; }; |