chore: keystate: using nullptr

This commit is contained in:
sithlord48
2025-05-01 10:59:34 -04:00
committed by Nick Bolton
parent 73566c061d
commit 9ca13a65d1

View File

@ -658,7 +658,7 @@ KeyState::KeyState(
IEventQueue *events, deskflow::KeyMap &keyMap, std::vector<std::string> layouts, bool isLangSyncEnabled
)
: IKeyState(events),
m_keyMapPtr(0),
m_keyMapPtr(nullptr),
m_keyMap(keyMap),
m_mask(0),
m_events(events),