diff options
Diffstat (limited to 'src/toolbar.h')
-rw-r--r-- | src/toolbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolbar.h b/src/toolbar.h index a9d598ae8..f62021a20 100644 --- a/src/toolbar.h +++ b/src/toolbar.h @@ -56,7 +56,7 @@ void toolbar_spinner_start (Toolbar *t); void toolbar_spinner_stop (Toolbar *t); -char *toolbar_get_location (Toolbar *t); +const char *toolbar_get_location (Toolbar *t); void toolbar_set_location (Toolbar *t, const char *location); |