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/ArchiveFile.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ArchiveFile.hxx') diff --git a/src/ArchiveFile.hxx b/src/ArchiveFile.hxx index b771409b7..4bdba62ab 100644 --- a/src/ArchiveFile.hxx +++ b/src/ArchiveFile.hxx @@ -46,13 +46,13 @@ public: virtual void Visit(ArchiveVisitor &visitor) = 0; /** - * Opens an input_stream of a file within the archive. + * Opens an InputStream of a file within the archive. * * @param path the path within the archive */ - virtual input_stream *OpenStream(const char *path, - Mutex &mutex, Cond &cond, - Error &error) = 0; + virtual InputStream *OpenStream(const char *path, + Mutex &mutex, Cond &cond, + Error &error) = 0; }; #endif -- cgit v1.2.3