summaryrefslogtreecommitdiff
path: root/src/util/hash.i
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-21 03:26:13 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-21 03:26:13 +0000
commit3b1689612bb2ff984aa90cd84093ffc043d78ba9 (patch)
tree872cf423273a331e110ff3868cd5281c960dd3b1 /src/util/hash.i
parent69d8f8da6bbb856964d47a583ceb4e50060e9457 (diff)
considerable bindings interface work, some improvements to build
Diffstat (limited to 'src/util/hash.i')
-rw-r--r--src/util/hash.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/hash.i b/src/util/hash.i
index f2f1e6652..470447fc3 100644
--- a/src/util/hash.i
+++ b/src/util/hash.i
@@ -2,4 +2,6 @@
#include "util/hash.h"
%}
+%rename(apply) CVC4::StringHashFunction::operator()(const std::string&) const;
+
%include "util/hash.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback