diff options
Diffstat (limited to 'src/unstable/archivestream.cpp')
-rw-r--r-- | src/unstable/archivestream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unstable/archivestream.cpp b/src/unstable/archivestream.cpp index 437c183..90a9599 100644 --- a/src/unstable/archivestream.cpp +++ b/src/unstable/archivestream.cpp | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | #include "bu/archivestream.h" | 8 | #include "bu/archivestream.h" |
9 | 9 | ||
10 | Bu::ArchiveStream::ArchiveStream( Bu::ArchiveBase &ar ) : | 10 | Bu::ArchiveStream::ArchiveStream( Bu::Archive &ar ) : |
11 | ar( ar ), | 11 | ar( ar ), |
12 | iPos( 0 ) | 12 | iPos( 0 ) |
13 | { | 13 | { |