From a9fefcf6008cd6dbefdd5bd1b3a49e093ae9dcf5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 9 Feb 2014 07:44:07 +0100 Subject: Main: wrap the Storage instance in CompositeStorage --- src/Instance.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Instance.hxx') 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; -- cgit v1.2.3