mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
get rid of const warnings
This commit is contained in:
parent
b439b79813
commit
156283936b
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ clearlooks_gtk2_rc_parse_style (GtkSettings *settings,
|
|||
static guint
|
||||
clearlooks_gtk2_rc_parse_dummy (GtkSettings *settings,
|
||||
GScanner *scanner,
|
||||
gchar *name)
|
||||
const gchar *name)
|
||||
{
|
||||
(void) settings;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue