Commit 522ad4cc authored by Max Kellermann's avatar Max Kellermann

Instance: narrow "storage" to class Storage

parent dc76b24e
......@@ -31,7 +31,7 @@ class NeighborGlue;
#ifdef ENABLE_DATABASE
#include "db/DatabaseListener.hxx"
class Database;
class LocalStorage;
class Storage;
class UpdateService;
#endif
......@@ -63,7 +63,7 @@ struct Instance final
#ifdef ENABLE_DATABASE
Database *database;
LocalStorage *storage;
Storage *storage;
UpdateService *update;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment