diff --git a/src/context.hh b/src/context.hh index 4ef1934b..a0fec133 100644 --- a/src/context.hh +++ b/src/context.hh @@ -66,7 +66,7 @@ struct JumpList private: using Contents = Vector; - Contents m_jumps; + Contents m_jumps; size_t m_current = 0; };