From 7a16305594ab2c308db9aa615280197497ecd2b6 Mon Sep 17 00:00:00 2001 From: George Hazan <george.hazan@gmail.com> 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 --- protocols/Omegle/src/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Omegle') diff --git a/protocols/Omegle/src/proto.h b/protocols/Omegle/src/proto.h index 3f1703c70b..001e148735 100644 --- a/protocols/Omegle/src/proto.h +++ b/protocols/Omegle/src/proto.h @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -class OmegleProto : public PROTO_INTERFACE, public MZeroedObject +class OmegleProto : public PROTO_INTERFACE { public: OmegleProto( const char *proto_name, const TCHAR *username ); -- cgit v1.2.3