diff options
Diffstat (limited to 'include/m_hotkeys.h')
-rw-r--r-- | include/m_hotkeys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_hotkeys.h b/include/m_hotkeys.h index a68c100e87..016a4864b1 100644 --- a/include/m_hotkeys.h +++ b/include/m_hotkeys.h @@ -88,6 +88,6 @@ EXTERN_C MIR_APP_DLL(void) Hotkey_Unsubclass(HWND hwndEdit); /////////////////////////////////////////////////////////////////////////////////////////
-EXTERN_C MIR_APP_DLL(void) KillModuleHotkeys(int hLangpack);
+EXTERN_C MIR_APP_DLL(void) KillModuleHotkeys(int langId);
#endif // M_HOTKEYS_H__
|