diff options
Diffstat (limited to 'include/m_contacts.h')
-rw-r--r-- | include/m_contacts.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/m_contacts.h b/include/m_contacts.h index 276d27c0ed..77797143a7 100644 --- a/include/m_contacts.h +++ b/include/m_contacts.h @@ -101,8 +101,8 @@ EXTERN_C MIR_APP_DLL(void) Contact_RemoveFromList(MCONTACT hContact); // passing hWnd == NULL will result in a dialog that is created modeless
-EXTERN_C MIR_APP_DLL(void) Contact_Add(MCONTACT hContact, HWND hwndParent = nullptr);
-EXTERN_C MIR_APP_DLL(void) Contact_AddByEvent(MEVENT hEvent, HWND hwndParent = nullptr);
-EXTERN_C MIR_APP_DLL(void) Contact_AddBySearch(const char *szProto, struct PROTOSEARCHRESULT *psr, HWND hwndParent = nullptr);
+EXTERN_C MIR_APP_DLL(void) Contact_Add(MCONTACT hContact, MWindow hwndParent = nullptr);
+EXTERN_C MIR_APP_DLL(void) Contact_AddByEvent(MEVENT hEvent, MWindow hwndParent = nullptr);
+EXTERN_C MIR_APP_DLL(void) Contact_AddBySearch(const char *szProto, struct PROTOSEARCHRESULT *psr, MWindow hwndParent = nullptr);
#endif // M_CONTACTS_H__
|