summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-12-31 12:58:30 +0100
committerTimm Bäder <mail@baedert.org>2021-01-03 11:01:29 +0100
commit7e1f20bf4c5de3a4e9ef165c807e1428f1aab4fd (patch)
treebc96f0d2385f40fb77606a6c4f18238a131ace54 /gtk/gtkicontheme.c
parentf9fe640905351b7f94342035b49b0f5a553e82ea (diff)
downloadgtk+-7e1f20bf4c5de3a4e9ef165c807e1428f1aab4fd.tar.gz
icontheme: Make a parameter const
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r--gtk/gtkicontheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index 9a469bdc66..a5bfdaf5a0 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -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;