summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/customsmiley.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SmileyAdd/src/customsmiley.h')
-rw-r--r--plugins/SmileyAdd/src/customsmiley.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SmileyAdd/src/customsmiley.h b/plugins/SmileyAdd/src/customsmiley.h
index c613b5dc75..fc8e0dff02 100644
--- a/plugins/SmileyAdd/src/customsmiley.h
+++ b/plugins/SmileyAdd/src/customsmiley.h
@@ -69,8 +69,8 @@ private:
public:
int NumberOfSmileyPacks(void) { return m_SmileyPacks.getCount(); }
- bool AddSmileyPack(HANDLE hContact, TCHAR* dir);
- bool AddSmiley(HANDLE hContact, TCHAR* path);
+ bool AddSmileyPack(HCONTACT hContact, TCHAR* dir);
+ bool AddSmiley(HCONTACT hContact, TCHAR* path);
void ClearAndFreeAll(void) { m_SmileyPacks.destroy(); }