aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/SimpleDatabasePlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-04 13:51:27 +0200
committerMax Kellermann <max@duempel.org>2013-08-04 14:07:50 +0200
commit65842cd99e82e30801bf287cd027c14e4ce3bd15 (patch)
tree13794e35372bde7e07e006bba87d1a66a9d4ea7f /src/db/SimpleDatabasePlugin.hxx
parentbf6ed643e01687ed21b3a21cb3f77a1042e22c15 (diff)
downloadmpd-65842cd99e82e30801bf287cd027c14e4ce3bd15.tar.gz
mpd-65842cd99e82e30801bf287cd027c14e4ce3bd15.tar.xz
mpd-65842cd99e82e30801bf287cd027c14e4ce3bd15.zip
DatabasePlugin: pass config_param reference
Diffstat (limited to 'src/db/SimpleDatabasePlugin.hxx')
-rw-r--r--src/db/SimpleDatabasePlugin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/SimpleDatabasePlugin.hxx b/src/db/SimpleDatabasePlugin.hxx
index 8f0ed214c..7250ea063 100644
--- a/src/db/SimpleDatabasePlugin.hxx
+++ b/src/db/SimpleDatabasePlugin.hxx
@@ -60,7 +60,7 @@ public:
return mtime;
}
- static Database *Create(const struct config_param *param,
+ static Database *Create(const config_param &param,
GError **error_r);
virtual bool Open(GError **error_r) override;
@@ -86,7 +86,7 @@ public:
GError **error_r) const override;
protected:
- bool Configure(const struct config_param *param, GError **error_r);
+ bool Configure(const config_param &param, GError **error_r);
gcc_pure
bool Check(GError **error_r) const;