X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/8a80dbab8d9be2e999517de8d788718462956e36..16e145a5cf55ff3826656faedfba13460e4ab28b:/disobedience/properties.c diff --git a/disobedience/properties.c b/disobedience/properties.c index ce1cb53..e02bb28 100644 --- a/disobedience/properties.c +++ b/disobedience/properties.c @@ -171,7 +171,7 @@ static void propagate_clicked(GtkButton attribute((unused)) *button, } } -void properties(int ntracks, char **tracks) { +void properties(int ntracks, const char **tracks) { int n, m; struct prefdata *f; GtkWidget *hbox, *vbox, *button, *label, *entry, *propagate, *content;