From f3fb4f49051759288132c4c2028c49ed04804d8a Mon Sep 17 00:00:00 2001 From: Andrej Redeky Date: Fri, 2 Apr 2021 19:22:26 +0200 Subject: [PATCH] Code style --- src/VKBindings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VKBindings.h b/src/VKBindings.h index 3d0822cd..00499f1b 100644 --- a/src/VKBindings.h +++ b/src/VKBindings.h @@ -88,7 +88,7 @@ struct VKBindings static uint64_t EncodeVKCodeBind(VKCodeBindDecoded aVKCodeBindDecoded); static const char* GetSpecialKeyName(USHORT aVKCode); - bool Load(const Overlay& aOverlay); + bool Load(const Overlay& acOverlay); void Save(); void Update();