diff options
author | Max Kellermann <max@duempel.org> | 2014-05-11 15:34:48 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-05-11 15:34:48 +0200 |
commit | 6773adc7716eea7656c4590b54f7c99840ff4087 (patch) | |
tree | b71756798018721f3aa472ce1b81aa14e84239b8 /src/archive | |
parent | ee2afb35dd715d9f34a938cd54ed02a3c0091a78 (diff) |
InputStream: convert to class
Diffstat (limited to 'src/archive')
-rw-r--r-- | src/archive/ArchiveFile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive/ArchiveFile.hxx b/src/archive/ArchiveFile.hxx index 7d6c9e17c..473eef70b 100644 --- a/src/archive/ArchiveFile.hxx +++ b/src/archive/ArchiveFile.hxx @@ -25,7 +25,7 @@ class Cond; class Error; struct ArchivePlugin; class ArchiveVisitor; -struct InputStream; +class InputStream; class ArchiveFile { public: |