From 5a76fc8f9fee4b69347153e13fb02e3a8fb36d0a Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Thu, 7 Sep 2023 19:55:21 +0200 Subject: [PATCH] align --- config/ConfigFormUnit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ConfigFormUnit.h b/config/ConfigFormUnit.h index eca5be1..7217b4a 100644 --- a/config/ConfigFormUnit.h +++ b/config/ConfigFormUnit.h @@ -122,7 +122,7 @@ private: // Benutzer-Deklarationen System::UnicodeString GetKeyText(WORD key); WORD GetKeyCode(System::UnicodeString key); void DisableGameUX(); - void AddDllOverride(); + void AddDllOverride(); public: // Benutzer-Deklarationen __fastcall TConfigForm(TComponent* Owner); };