summaryrefslogtreecommitdiff
path: root/plugins/AVS/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AVS/src/stdafx.h')
-rw-r--r--plugins/AVS/src/stdafx.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/AVS/src/stdafx.h b/plugins/AVS/src/stdafx.h
index b698cbf861..6372bd24ae 100644
--- a/plugins/AVS/src/stdafx.h
+++ b/plugins/AVS/src/stdafx.h
@@ -94,15 +94,12 @@ struct CacheNode : public AVATARCACHEENTRY, public MZeroedObject
struct protoPicCacheEntry : public AVATARCACHEENTRY, public MZeroedObject
{
- protoPicCacheEntry(int _type, const char *_szName) :
- cacheType(_type),
- szProtoname(mir_strdup(_szName))
- {}
+ protoPicCacheEntry(int _type, const char *_szName);
~protoPicCacheEntry();
void clear();
- ptrA szProtoname;
+ char *szProtoname;
int cacheType;
union {
PROTOCOLDESCRIPTOR *pd = 0;