summaryrefslogtreecommitdiff
path: root/libcheese/cheese-avatar-widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcheese/cheese-avatar-widget.c')
-rw-r--r--libcheese/cheese-avatar-widget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcheese/cheese-avatar-widget.c b/libcheese/cheese-avatar-widget.c
index 9fb4f816..0fe338ac 100644
--- a/libcheese/cheese-avatar-widget.c
+++ b/libcheese/cheese-avatar-widget.c
@@ -51,7 +51,7 @@ enum
IMAGE_PAGE = 1,
};
-struct _CheeseAvatarWidgetPrivate
+typedef struct
{
GtkWidget *notebook;
GtkWidget *camera;
@@ -61,7 +61,7 @@ struct _CheeseAvatarWidgetPrivate
GtkSizeGroup *sizegroup;
CheeseFlash *flash;
gulong photo_taken_id;
-};
+} CheeseAvatarWidgetPrivate;
static GParamSpec *properties[PROP_LAST];