diff options
Diffstat (limited to 'src/eom-image-private.h')
-rw-r--r-- | src/eom-image-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-image-private.h b/src/eom-image-private.h index cc38b40..679774e 100644 --- a/src/eom-image-private.h +++ b/src/eom-image-private.h @@ -80,7 +80,7 @@ struct _EomImagePrivate { gchar *collate_key; - GMutex *status_mutex; + GMutex status_mutex; gboolean cancel_loading; guint data_ref_count; |