summaryrefslogtreecommitdiffstats
path: root/src/db-parse-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/db-parse-context.h')
-rw-r--r--src/db-parse-context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/db-parse-context.h b/src/db-parse-context.h
index 5703ac5..43411ed 100644
--- a/src/db-parse-context.h
+++ b/src/db-parse-context.h
@@ -39,7 +39,8 @@ struct _DBParseContext {
off_t total_len;
guint byte_order;
Itdb_DB *db;
- GList **artwork;
+ GMappedFile *mapped_file;
+ GList **artwork;
};
typedef struct _DBParseContext DBParseContext;