summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/gvfsmountinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gvfsmountinfo.c b/common/gvfsmountinfo.c
index 756bbd06..60a3527f 100644
--- a/common/gvfsmountinfo.c
+++ b/common/gvfsmountinfo.c
@@ -443,7 +443,7 @@ get_iso_639_3_for_locale (void)
}
static const char *
-get_icon (META_DL *meta)
+get_icon (const META_DL *meta)
{
const char *icon;
guint i;
@@ -470,7 +470,7 @@ bdmv_metadata_thread (GSimpleAsyncResult *result,
GCancellable *cancellable)
{
BLURAY *bd;
- META_DL *meta;
+ const META_DL *meta;
GError *error;
GFile *file;
char *disc_root;