icontheme: Make a parameter const

This commit is contained in:
Timm Bäder
2020-12-31 12:58:30 +01:00
parent f9fe640905
commit 7e1f20bf4c

View File

@@ -3133,7 +3133,7 @@ scan_directory (GtkIconTheme *self,
static GHashTable *
scan_resource_directory (GtkIconTheme *self,
char *full_dir,
const char *full_dir,
GtkStringSet *set)
{
GHashTable *icons = NULL;