From 33953cc6a0fab6a91af293c6838f8a46dd7922da Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Feb 2014 14:42:51 +0000 Subject: HCONTACT, part 3 git-svn-id: http://svn.miranda-ng.org/main/trunk@8081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirandaG15/src/CChatScreen.cpp | 2 +- plugins/MirandaG15/src/CChatScreen.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/MirandaG15') diff --git a/plugins/MirandaG15/src/CChatScreen.cpp b/plugins/MirandaG15/src/CChatScreen.cpp index 9fb9acb88b..6ecc2acf97 100644 --- a/plugins/MirandaG15/src/CChatScreen.cpp +++ b/plugins/MirandaG15/src/CChatScreen.cpp @@ -216,7 +216,7 @@ bool CChatScreen::IsInputActive() //************************************************************************ // returns the chat contact //************************************************************************ -HANDLE CChatScreen::GetContact() +HCONTACT CChatScreen::GetContact() { return m_hContact; } diff --git a/plugins/MirandaG15/src/CChatScreen.h b/plugins/MirandaG15/src/CChatScreen.h index 6a29dea079..5fd9607ecc 100644 --- a/plugins/MirandaG15/src/CChatScreen.h +++ b/plugins/MirandaG15/src/CChatScreen.h @@ -46,7 +46,7 @@ public: // Set's the chat contact bool SetContact(HCONTACT hContact); // returns the chat contact - HANDLE GetContact(); + HCONTACT GetContact(); // returns wether the input mode is active bool IsInputActive(); -- cgit v1.2.3