summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/CChatScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirandaG15/src/CChatScreen.h')
-rw-r--r--plugins/MirandaG15/src/CChatScreen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/MirandaG15/src/CChatScreen.h b/plugins/MirandaG15/src/CChatScreen.h
index 5fd9607ecc..0f10a17614 100644
--- a/plugins/MirandaG15/src/CChatScreen.h
+++ b/plugins/MirandaG15/src/CChatScreen.h
@@ -44,9 +44,9 @@ public:
void OnSizeChanged();
// Set's the chat contact
- bool SetContact(HCONTACT hContact);
+ bool SetContact(MCONTACT hContact);
// returns the chat contact
- HCONTACT GetContact();
+ MCONTACT GetContact();
// returns wether the input mode is active
bool IsInputActive();
@@ -92,7 +92,7 @@ protected:
DWORD m_dwMaximizedTimer;
DWORD m_dwMaximizedDuration;
- HCONTACT m_hContact;
+ MCONTACT m_hContact;
HANDLE m_hMessage;
int m_iStatus;