summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-thumbnail.h
diff options
context:
space:
mode:
authorGaƫl Bonithon <gael@xfce.org>2021-01-24 01:06:24 +0100
committerAndre Miranda <andreldm@xfce.org>2021-11-10 21:26:56 +0000
commitabb7a8b13bb13ed3a23a3951a37f5a8e03325d39 (patch)
treef326bf9e84882242aa0616537e216934a6b1131e /tumbler/tumbler-thumbnail.h
parent460e6d3fe32f1a1cf7d563dff22695983987242f (diff)
downloadtumbler-abb7a8b13bb13ed3a23a3951a37f5a8e03325d39.tar.gz
Fix compilation warnings
Diffstat (limited to 'tumbler/tumbler-thumbnail.h')
-rw-r--r--tumbler/tumbler-thumbnail.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tumbler/tumbler-thumbnail.h b/tumbler/tumbler-thumbnail.h
index 965c467..8279073 100644
--- a/tumbler/tumbler-thumbnail.h
+++ b/tumbler/tumbler-thumbnail.h
@@ -39,7 +39,8 @@ G_BEGIN_DECLS
typedef struct _TumblerImageData TumblerImageData;
typedef struct _TumblerThumbnail TumblerThumbnail;
-typedef struct _TumblerThumbnailIface TumblerThumbnailIface;
+typedef struct _TumblerThumbnailIface TumblerThumbnailInterface;
+typedef TumblerThumbnailInterface TumblerThumbnailIface;
struct _TumblerImageData
{