From 93deb844996120b6326345d6d87e803142dd1968 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 23 Oct 2013 22:08:59 +0200 Subject: input_stream: rename struct to InputStream --- src/PlaylistPrint.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PlaylistPrint.cxx') diff --git a/src/PlaylistPrint.cxx b/src/PlaylistPrint.cxx index 95b77aa0d..8e3beaa47 100644 --- a/src/PlaylistPrint.cxx +++ b/src/PlaylistPrint.cxx @@ -175,7 +175,7 @@ playlist_file_print(Client &client, const char *uri, bool detail) Mutex mutex; Cond cond; - struct input_stream *is; + InputStream *is; SongEnumerator *playlist = playlist_open_any(uri, mutex, cond, &is); if (playlist == nullptr) return false; -- cgit v1.2.3