summaryrefslogtreecommitdiff
path: root/src/context.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.hh')
-rw-r--r--src/context.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.hh b/src/context.hh
index 7ed1442c..91307c8c 100644
--- a/src/context.hh
+++ b/src/context.hh
@@ -61,7 +61,7 @@ struct JumpList
private:
using Contents = Vector<SelectionList, MemoryDomain::Selections>;
Contents m_jumps;
- Contents::iterator m_current = m_jumps.begin();
+ size_t m_current = 0;
};
// A Context is used to access non singleton objects for various services