From 9374c8e701dcb61a46c89a854235d91a23bf672e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 26 Jul 2019 20:02:16 +0300 Subject: warning fixes --- plugins/AVS/src/stdafx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/AVS/src') 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; -- cgit v1.2.3