diff options
Diffstat (limited to 'tests/dummy-indicator-null.c')
-rw-r--r-- | tests/dummy-indicator-null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dummy-indicator-null.c b/tests/dummy-indicator-null.c index acebdb8..34adf58 100644 --- a/tests/dummy-indicator-null.c +++ b/tests/dummy-indicator-null.c @@ -46,7 +46,7 @@ get_menu (IndicatorObject * io) { return NULL; } -gchar * +const gchar * get_accessible_name (IndicatorObject * io) { return NULL; |