summaryrefslogtreecommitdiff
path: root/eel/eel-image-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'eel/eel-image-table.h')
-rw-r--r--eel/eel-image-table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eel/eel-image-table.h b/eel/eel-image-table.h
index 780e23c4..a3ef4633 100644
--- a/eel/eel-image-table.h
+++ b/eel/eel-image-table.h
@@ -45,7 +45,7 @@ extern "C" {
typedef struct EelImageTable EelImageTable;
typedef struct EelImageTableClass EelImageTableClass;
- typedef struct EelImageTableDetails EelImageTableDetails;
+ typedef struct EelImageTablePrivate EelImageTablePrivate;
typedef struct
{
@@ -62,7 +62,7 @@ extern "C" {
EelWrapTable wrap_table;
/* Private things */
- EelImageTableDetails *details;
+ EelImageTablePrivate *details;
};
struct EelImageTableClass