diff options
Diffstat (limited to 'plugins/MirandaG15')
-rw-r--r-- | plugins/MirandaG15/src/CChatScreen.cpp | 2 | ||||
-rw-r--r-- | plugins/MirandaG15/src/CChatScreen.h | 2 |
2 files changed, 2 insertions, 2 deletions
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();
|