From 7a16305594ab2c308db9aa615280197497ecd2b6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Feb 2013 19:03:12 +0000 Subject: PROTO_INTERFACE made zeroed on the basic inheritance level git-svn-id: http://svn.miranda-ng.org/main/trunk@3770 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_protoint.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/m_protoint.h') diff --git a/include/m_protoint.h b/include/m_protoint.h index 554a08194e..471108ba55 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -24,6 +24,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_PROTOINT_H__ #define M_PROTOINT_H__ 1 +#include + typedef enum { EV_PROTO_ONLOAD, @@ -41,7 +43,7 @@ typedef enum #define PROTOCHAR TCHAR #define PROTOFILEEVENT PROTORECVFILET -struct PROTO_INTERFACE +struct PROTO_INTERFACE : public MZeroedObject { int m_iStatus, m_iDesiredStatus, -- cgit v1.2.3