summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_ContactSettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/m_ContactSettings.h')
-rw-r--r--plugins/ExternalAPI/m_ContactSettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_ContactSettings.h b/plugins/ExternalAPI/m_ContactSettings.h
index 9118a97a0f..1b497ab479 100644
--- a/plugins/ExternalAPI/m_ContactSettings.h
+++ b/plugins/ExternalAPI/m_ContactSettings.h
@@ -26,7 +26,7 @@ typedef struct {
int Type; // one of CSIT_ constants; value of this field depends on what settings dialog was opened: contact settings or group settings
union
{
- HCONTACT hContact; // used when Type == CSIT_CONTACT
+ MCONTACT hContact; // used when Type == CSIT_CONTACT
int groupID; // used when Type == CSIT_GROUP
};
} CONTACTSETTINGSINIT;