aboutsummaryrefslogtreecommitdiffstats
path: root/src/Instance.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Instance.hxx')
-rw-r--r--src/Instance.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Instance.hxx b/src/Instance.hxx
index ca129ce80..131a71fc3 100644
--- a/src/Instance.hxx
+++ b/src/Instance.hxx
@@ -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