aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Service.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-05 17:03:43 +0100
committerMax Kellermann <max@duempel.org>2014-02-05 18:53:51 +0100
commit0ba1b73395dc7beaa27ed9bb07636970243b76e6 (patch)
treece55bfc2eff1cf7fbcd8d2cc02e85bf2e6b53c46 /src/db/update/Service.hxx
parent4c995eb49873eac081486a94c6ed8db566248563 (diff)
downloadmpd-0ba1b73395dc7beaa27ed9bb07636970243b76e6.tar.gz
mpd-0ba1b73395dc7beaa27ed9bb07636970243b76e6.tar.xz
mpd-0ba1b73395dc7beaa27ed9bb07636970243b76e6.zip
storage: add abstract interface
Prepare for the plugin interface.
Diffstat (limited to 'src/db/update/Service.hxx')
-rw-r--r--src/db/update/Service.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/update/Service.hxx b/src/db/update/Service.hxx
index cc5a61588..936c2bb55 100644
--- a/src/db/update/Service.hxx
+++ b/src/db/update/Service.hxx
@@ -61,7 +61,7 @@ class UpdateService final : DeferredMonitor {
public:
UpdateService(EventLoop &_loop, SimpleDatabase &_db,
- LocalStorage &_storage,
+ Storage &_storage,
DatabaseListener &_listener);
/**