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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Popup/src/avatars.h b/plugins/Popup/src/avatars.h
index 9621bd13e9..f2a6492fb5 100644
--- a/plugins/Popup/src/avatars.h
+++ b/plugins/Popup/src/avatars.h
@@ -2,9 +2,9 @@
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
- © 2004-2007 Victor Pavlychko
- © 2010 MPK
- © 2010 Merlin_de
+© 2004-2007 Victor Pavlychko
+© 2010 MPK
+© 2010 Merlin_de
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -31,7 +31,7 @@ protected:
bool bIsAnimated, bIsValid;
public:
- PopupAvatar(HANDLE h) {}
+ PopupAvatar() {}
virtual ~PopupAvatar() {}
virtual int activeFrameDelay() = 0;
virtual void draw(MyBitmap *bmp, int x, int y, int w, int h, POPUPOPTIONS *options) = 0;
@@ -41,7 +41,7 @@ public:
inline bool isAnimated() { return bIsAnimated; }
inline int getWidth() { return width; }
inline int getHeight() { return height; }
-
+
static PopupAvatar *create(MCONTACT hContact);
};