summaryrefslogtreecommitdiff
path: root/src/context
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2014-06-23 11:49:22 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2014-06-25 13:42:38 -0400
commit58586bd4a33f32d02b84502cabb1e34107bb539d (patch)
treeb307727f0165049c71a5268ee2baebf576c803b9 /src/context
parent2996101cac0fa61ae332fe63463f811e4af61b01 (diff)
cosmetic
Diffstat (limited to 'src/context')
-rw-r--r--src/context/cdhashmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdhashmap.h b/src/context/cdhashmap.h
index 7fb36bb3a..4d2b8570f 100644
--- a/src/context/cdhashmap.h
+++ b/src/context/cdhashmap.h
@@ -180,7 +180,7 @@ public:
CDOhash_map(Context* context,
CDHashMap<Key, Data, HashFcn>* map,
- const Key& key,
+ const Key& key,
const Data& data,
bool atLevelZero = false,
bool allocatedInCMM = false) :
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback