aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/blob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable/blob.h')
-rw-r--r--src/unstable/blob.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unstable/blob.h b/src/unstable/blob.h
index dfddb02..8f948e2 100644
--- a/src/unstable/blob.h
+++ b/src/unstable/blob.h
@@ -31,6 +31,8 @@ namespace Bu
31 */ 31 */
32 class Blob 32 class Blob
33 { 33 {
34 friend ArchiveBase &operator<<( ArchiveBase &ar, const Blob &s );
35 friend ArchiveBase &operator>>( ArchiveBase &ar, Blob &s );
34 public: 36 public:
35 class iterator; 37 class iterator;
36 class const_iterator; 38 class const_iterator;