From 7b916944f77e906543e2da8a1275850bd98cddbb Mon Sep 17 00:00:00 2001 From: wessels <> Date: Mon, 21 Sep 1998 13:01:26 +0000 Subject: [PATCH] compiler warning --- src/store.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store.cc b/src/store.cc index 046a9da6ee..015a295546 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.463 1998/09/21 06:52:22 wessels Exp $ + * $Id: store.cc,v 1.464 1998/09/21 07:01:26 wessels Exp $ * * DEBUG: section 20 Storage Manager * AUTHOR: Harvest Derived @@ -282,7 +282,7 @@ storeGet(const cache_key * key) StoreEntry * storeGetPublic(const char *uri, const method_t method) { - cache_key *key; + const cache_key *key; StoreEntry *e; key = storeKeyPublic(uri, method); e = storeGet(key); -- 2.47.3