aboutsummaryrefslogtreecommitdiff
path: root/Source/DOH/Doh/hash.c
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2000-02-26 04:34:05 +0000
committerDave Beazley <dave-swig@dabeaz.com>2000-02-26 04:34:05 +0000
commit9823bcf2a62b465efbb6ad60a4f1c8282ac33bc8 (patch)
tree843f1ab2a36ac1394f46c57bbe7a9a26a6a80fd5 /Source/DOH/Doh/hash.c
parenta04d5c74a481d73958a41f943080e914de8a4236 (diff)
downloadswig-9823bcf2a62b465efbb6ad60a4f1c8282ac33bc8.tar.gz
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
Diffstat (limited to 'Source/DOH/Doh/hash.c')
-rw-r--r--Source/DOH/Doh/hash.c2
1 files changed, 1 insertions, 1 deletions
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;