summaryrefslogtreecommitdiff
path: root/src/jit/hashbv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/hashbv.h')
-rw-r--r--src/jit/hashbv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/hashbv.h b/src/jit/hashbv.h
index db01636fb5..a25003837c 100644
--- a/src/jit/hashbv.h
+++ b/src/jit/hashbv.h
@@ -216,7 +216,7 @@ class hashBv
public:
- inline hashBvNode *hashBv::getOrAddNodeForIndex(indexType index)
+ inline hashBvNode *getOrAddNodeForIndex(indexType index)
{
hashBvNode *temp = getNodeForIndexHelper(index, true);
return temp;