From 9823bcf2a62b465efbb6ad60a4f1c8282ac33bc8 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Sat, 26 Feb 2000 04:34:05 +0000 Subject: Constified a bunch of stuff.... it was bound to happen anyway. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@263 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/DOH/Doh/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/DOH/Doh/hash.c') diff --git a/Source/DOH/Doh/hash.c b/Source/DOH/Doh/hash.c index c293ee2fb..b9dae989f 100644 --- a/Source/DOH/Doh/hash.c +++ b/Source/DOH/Doh/hash.c @@ -525,7 +525,7 @@ static DohObjInfo HashType = { * ----------------------------------------------------------------------------- */ int -Hash_check(DOH *so) { +Hash_check(const DOH *so) { Hash *h = (Hash *) so; if (!h) return 0; if (!DohCheck(so)) return 0; -- cgit v1.2.3