diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-07-09 16:04:13 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-07-09 16:04:13 -0400 |
commit | 88537fb4cc7d1db9100f65ca1d117d6888ac5f9b (patch) | |
tree | 4650afabf658f5a9c1486526c889b1cb3dadfdb7 /gtk/a11y/gtkradiomenuitemaccessible.c | |
parent | dc8d64d6f277a23bf014132897f48a0f190cf79e (diff) | |
download | gtk+-88537fb4cc7d1db9100f65ca1d117d6888ac5f9b.tar.gz |
Another forgotten static
Diffstat (limited to 'gtk/a11y/gtkradiomenuitemaccessible.c')
-rw-r--r-- | gtk/a11y/gtkradiomenuitemaccessible.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/a11y/gtkradiomenuitemaccessible.c b/gtk/a11y/gtkradiomenuitemaccessible.c index 3c1ad4c4cb..508dfcb597 100644 --- a/gtk/a11y/gtkradiomenuitemaccessible.c +++ b/gtk/a11y/gtkradiomenuitemaccessible.c @@ -26,7 +26,7 @@ G_DEFINE_TYPE (GtkRadioMenuItemAccessible, gtk_radio_menu_item_accessible, GTK_TYPE_CHECK_MENU_ITEM_ACCESSIBLE) -AtkRelationSet * +static AtkRelationSet * gtk_radio_menu_item_accessible_ref_relation_set (AtkObject *obj) { GtkWidget *widget; |