aboutsummaryrefslogtreecommitdiff
path: root/src/processor/static_map_iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/static_map_iterator.h')
-rw-r--r--src/processor/static_map_iterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/static_map_iterator.h b/src/processor/static_map_iterator.h
index 1af8fff4..c49a8b71 100644
--- a/src/processor/static_map_iterator.h
+++ b/src/processor/static_map_iterator.h
@@ -87,7 +87,7 @@ class StaticMapIterator {
friend class StaticMap<Key, Value, Compare>;
// Only StaticMap can call this constructor.
- explicit StaticMapIterator(const char* base, const int32_t &index);
+ explicit StaticMapIterator(const char* base, const int32_t& index);
// Index of node that the iterator is pointing to.
int32_t index_;