From 55decc856579b7beffb75d71940b27fe6768e83e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 20 Jun 2007 22:38:51 +0000 Subject: first test of whole system --- cypher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cypher.h') diff --git a/cypher.h b/cypher.h index a0ab6e4..b60306e 100644 --- a/cypher.h +++ b/cypher.h @@ -46,7 +46,7 @@ protected: virtual Buffer getBitStream(u_int32_t length) = 0; }; -class NullCypher : Cypher +class NullCypher : public Cypher { protected: Buffer getBitStream(u_int32_t length); -- cgit v1.2.3