mirror of
https://github.com/mawww/kakoune.git
synced 2025-01-04 09:44:27 +03:00
Fix uninitialized context flags
This commit is contained in:
parent
0d6e04257b
commit
918fe6ddd8
@ -137,7 +137,7 @@ private:
|
||||
|
||||
friend struct ScopedEdition;
|
||||
|
||||
Flags m_flags;
|
||||
Flags m_flags = Flags::None;
|
||||
|
||||
SafePtr<InputHandler> m_input_handler;
|
||||
SafePtr<Window> m_window;
|
||||
|
Loading…
Reference in New Issue
Block a user