summaryrefslogtreecommitdiff
path: root/includes/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/report.h')
-rw-r--r--includes/report.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/report.h b/includes/report.h
index cd7034da..f2f279f6 100644
--- a/includes/report.h
+++ b/includes/report.h
@@ -63,7 +63,8 @@ struct _ReportContext {
gboolean show_column_headers;
guint columns, parent_columns;
GHashTable *column_titles;
- GHashTable *icons;
+ GHashTable *icon_refs;
+ GHashTable *icon_data;
};
struct _ReportDialog {