summaryrefslogtreecommitdiff
path: root/plugins/AVS
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AVS')
-rw-r--r--plugins/AVS/src/stdafx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AVS/src/stdafx.h b/plugins/AVS/src/stdafx.h
index eb0199eb25..b2479bd540 100644
--- a/plugins/AVS/src/stdafx.h
+++ b/plugins/AVS/src/stdafx.h
@@ -99,8 +99,8 @@ struct protoPicCacheEntry : public AVATARCACHEENTRY, public MZeroedObject
void clear();
- char* szProtoname;
- int cacheType = 0;
+ char *szProtoname = nullptr;
+ int cacheType = 0;
union {
PROTOCOLDESCRIPTOR *pd;
PROTOACCOUNT *pa;