diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_protoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index ed8b0f907f..f4dbf2473a 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -226,8 +226,8 @@ public: virtual HANDLE SearchBasic(const wchar_t *id);
virtual HANDLE SearchByEmail(const wchar_t *email);
virtual HANDLE SearchByName(const wchar_t *nick, const wchar_t *firstName, const wchar_t *lastName);
- virtual HWND SearchAdvanced(HWND owner);
- virtual HWND CreateExtendedSearchUI(HWND owner);
+ virtual HANDLE SearchAdvanced(MWindow owner);
+ virtual MWindow CreateExtendedSearchUI(MWindow owner);
virtual int RecvContacts(MCONTACT hContact, PROTORECVEVENT *);
virtual int RecvFile(MCONTACT hContact, PROTORECVFILE *);
|