aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistMapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlaylistMapper.hxx')
-rw-r--r--src/PlaylistMapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PlaylistMapper.hxx b/src/PlaylistMapper.hxx
index 69ed01d02..7132415f1 100644
--- a/src/PlaylistMapper.hxx
+++ b/src/PlaylistMapper.hxx
@@ -23,7 +23,7 @@
class Mutex;
class Cond;
class SongEnumerator;
-struct input_stream;
+struct InputStream;
/**
* Opens a playlist from an URI relative to the playlist or music
@@ -35,6 +35,6 @@ struct input_stream;
*/
SongEnumerator *
playlist_mapper_open(const char *uri, Mutex &mutex, Cond &cond,
- struct input_stream **is_r);
+ InputStream **is_r);
#endif