diff options
Diffstat (limited to '')
-rw-r--r-- | src/experimental/cipher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/experimental/cipher.h b/src/experimental/cipher.h index 613bc88..9e6f87d 100644 --- a/src/experimental/cipher.h +++ b/src/experimental/cipher.h | |||
@@ -6,7 +6,7 @@ | |||
6 | namespace Bu | 6 | namespace Bu |
7 | { | 7 | { |
8 | template<int iBlockSize> | 8 | template<int iBlockSize> |
9 | class Cipher : Bu::Filter | 9 | class Cipher : public Bu::Filter |
10 | { | 10 | { |
11 | public: | 11 | public: |
12 | Cipher( Bu::Stream &rNext ) : | 12 | Cipher( Bu::Stream &rNext ) : |