From 261c9067380c5311c98e3576540eee6015be3297 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 17 Jun 2007 22:25:20 +0000 Subject: added [] - operator to Buffer const Buffers are now possible --- authAlgo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'authAlgo.cpp') diff --git a/authAlgo.cpp b/authAlgo.cpp index 90fc4a2..57c9ee6 100644 --- a/authAlgo.cpp +++ b/authAlgo.cpp @@ -30,7 +30,7 @@ #include "authAlgo.h" -auth_tag_t NullAuthAlgo::calc(Buffer& buf) +auth_tag_t NullAuthAlgo::calc(const Buffer& buf) { return 0; } -- cgit v1.2.3