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

Instance: narrow "storage" to class Storage

parent dc76b24e
...@@ -31,7 +31,7 @@ class NeighborGlue; ...@@ -31,7 +31,7 @@ class NeighborGlue;
#ifdef ENABLE_DATABASE #ifdef ENABLE_DATABASE
#include "db/DatabaseListener.hxx" #include "db/DatabaseListener.hxx"
class Database; class Database;
class LocalStorage; class Storage;
class UpdateService; class UpdateService;
#endif #endif
...@@ -63,7 +63,7 @@ struct Instance final ...@@ -63,7 +63,7 @@ struct Instance final
#ifdef ENABLE_DATABASE #ifdef ENABLE_DATABASE
Database *database; Database *database;
LocalStorage *storage; Storage *storage;
UpdateService *update; UpdateService *update;
#endif #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