summaryrefslogtreecommitdiff
path: root/plugins/CyrTranslit/src/MirandaContact.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CyrTranslit/src/MirandaContact.h')
-rw-r--r--plugins/CyrTranslit/src/MirandaContact.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CyrTranslit/src/MirandaContact.h b/plugins/CyrTranslit/src/MirandaContact.h
index f6e3d558e0..cad1b7f516 100644
--- a/plugins/CyrTranslit/src/MirandaContact.h
+++ b/plugins/CyrTranslit/src/MirandaContact.h
@@ -42,14 +42,14 @@ public:
* @param hContact The handle of the contact object to be instantiated.
* @return The Miranda IM contact having the passed handle.
*/
- static bool bIsActive(HANDLE hContact);
+ static bool bIsActive(HCONTACT hContact);
/**
* Saves this object's data to the persistent storage -- the Miranda
* database. This information may be retreived later on by means of
* getContact() factory method invocation.
*/
- static void save(HANDLE hContact, bool bValue);
+ static void save(HCONTACT hContact, bool bValue);
private:
static const char* SETTINGS_MODULE;