aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/Configured.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-17 22:12:33 +0100
committerMax Kellermann <max@duempel.org>2014-02-17 22:14:00 +0100
commit91729437a0c24c5aad8f223f64ee63e918fe8b91 (patch)
treeb68c0e574d60e9395de75ac3761968e6104fc98f /src/db/Configured.hxx
parent3af7af0b8fe603ab5c45f2cf3d89cb6ca017c40e (diff)
downloadmpd-91729437a0c24c5aad8f223f64ee63e918fe8b91.tar.gz
mpd-91729437a0c24c5aad8f223f64ee63e918fe8b91.tar.xz
mpd-91729437a0c24c5aad8f223f64ee63e918fe8b91.zip
Main: initialize Database before Storage
Diffstat (limited to 'src/db/Configured.hxx')
-rw-r--r--src/db/Configured.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/Configured.hxx b/src/db/Configured.hxx
index 0cd054b4b..4e4299bfc 100644
--- a/src/db/Configured.hxx
+++ b/src/db/Configured.hxx
@@ -34,6 +34,6 @@ class Error;
*/
Database *
CreateConfiguredDatabase(EventLoop &loop, DatabaseListener &listener,
- bool have_storage, bool &is_simple_r, Error &error);
+ bool &is_simple_r, Error &error);
#endif