From bddc5c97867e90701a040d89d4f98dfae61890e0 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 26 Nov 2014 17:40:19 +0000 Subject: TranslitSwitcher: code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TranslitSwitcher/src/TranslitSwitcher.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/TranslitSwitcher/src/TranslitSwitcher.h') diff --git a/plugins/TranslitSwitcher/src/TranslitSwitcher.h b/plugins/TranslitSwitcher/src/TranslitSwitcher.h index 834bb033bf..a38d4695cf 100644 --- a/plugins/TranslitSwitcher/src/TranslitSwitcher.h +++ b/plugins/TranslitSwitcher/src/TranslitSwitcher.h @@ -43,9 +43,9 @@ Boston, MA 02111-1307, USA. #define IDC_MESSAGE 1002 #define IDC_CHATMESSAGE 1009 -VOID SwitchLayout(BOOL); -VOID TranslitLayout(BOOL); -VOID InvertCase(BOOL); +VOID SwitchLayout(bool); +VOID TranslitLayout(bool); +VOID InvertCase(bool); int OnButtonPressed(WPARAM wParam, LPARAM lParam); -- cgit v1.2.3