aboutsummaryrefslogtreecommitdiffstats
path: root/src/Instance.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Instance.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Instance.hxx b/src/Instance.hxx
index 131a71fc3..fa7711ab9 100644
--- a/src/Instance.hxx
+++ b/src/Instance.hxx
@@ -63,6 +63,10 @@ struct Instance final
#ifdef ENABLE_DATABASE
Database *database;
+ /**
+ * This is really a #CompositeStorage. To avoid heavy include
+ * dependencies, we declare it as just #Storage.
+ */
Storage *storage;
UpdateService *update;