summaryrefslogtreecommitdiff
path: root/cypher.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2007-06-20 22:38:51 +0000
committerChristian Pointner <equinox@anytun.org>2007-06-20 22:38:51 +0000
commit55decc856579b7beffb75d71940b27fe6768e83e (patch)
tree0da7ac25a05cd71b4d47b486a4ab25f95bb56c92 /cypher.h
parentadded syslog class (diff)
first test of whole system
Diffstat (limited to 'cypher.h')
-rw-r--r--cypher.h2
1 files changed, 1 insertions, 1 deletions
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);