diff options
Diffstat (limited to 'plugins/Popup/src/avatars.cpp')
-rw-r--r-- | plugins/Popup/src/avatars.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/avatars.cpp b/plugins/Popup/src/avatars.cpp index db5e64650f..39144188c1 100644 --- a/plugins/Popup/src/avatars.cpp +++ b/plugins/Popup/src/avatars.cpp @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "stdafx.h"
-PopupAvatar *PopupAvatar::create(MCONTACT hContact)
+PopupAvatar* PopupAvatar::create(MCONTACT hContact)
{
if (hContact) {
if (ServiceExists(MS_AV_GETAVATARBITMAP)) {
|