aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputPlugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/InputPlugin.hxx')
-rw-r--r--src/InputPlugin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InputPlugin.hxx b/src/InputPlugin.hxx
index abbd74ff0..c16600810 100644
--- a/src/InputPlugin.hxx
+++ b/src/InputPlugin.hxx
@@ -48,7 +48,7 @@ struct input_plugin {
void (*finish)(void);
struct input_stream *(*open)(const char *uri,
- GMutex *mutex, GCond *cond,
+ Mutex &mutex, Cond &cond,
GError **error_r);
void (*close)(struct input_stream *is);