summaryrefslogtreecommitdiff
path: root/plugins/Popup/src/avatars.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Popup/src/avatars.h')
-rw-r--r--plugins/Popup/src/avatars.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Popup/src/avatars.h b/plugins/Popup/src/avatars.h
index 3b44fab739..369940611f 100644
--- a/plugins/Popup/src/avatars.h
+++ b/plugins/Popup/src/avatars.h
@@ -31,7 +31,7 @@ protected:
bool bIsAnimated, bIsValid;
public:
- PopupAvatar(HANDLE hContact) {}
+ PopupAvatar(HANDLE h) {}
virtual ~PopupAvatar() {}
virtual int activeFrameDelay() = 0;
virtual void draw(MyBitmap *bmp, int x, int y, int w, int h, POPUPOPTIONS *options) = 0;
@@ -42,7 +42,7 @@ public:
inline int getWidth() { return width; }
inline int getHeight() { return height; }
- static PopupAvatar *create(HANDLE hContact);
+ static PopupAvatar *create(HCONTACT hContact);
};
#endif // __avatars_h__