From: Brian Norris Date: Thu, 3 Jan 2013 22:30:18 +0000 (-0800) Subject: hashtable: add const X-Git-Tag: oopsla2013~378 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ef1f3e385c404568347ec1617d288ce85bfa74ae;p=model-checker.git hashtable: add const --- diff --git a/hashtable.h b/hashtable.h index 6bf8135..016d492 100644 --- a/hashtable.h +++ b/hashtable.h @@ -124,7 +124,7 @@ template *search; unsigned int index = ((_KeyInt)key) >> _Shift; @@ -140,7 +140,7 @@ template *search; unsigned int index = ((_KeyInt)key) >> _Shift;