libgimpthumb: fix "assignment discards ‘const’ qualifier" warning.
This commit is contained in:
parent
79cab368d3
commit
44fe30ef80
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ main (gint argc,
|
|||
{
|
||||
GOptionContext *context;
|
||||
GDir *dir;
|
||||
gchar *thumb_folder;
|
||||
const gchar *thumb_folder;
|
||||
const gchar *folder;
|
||||
GError *error = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue