diff options
Diffstat (limited to 'protocols/Omegle/src')
-rw-r--r-- | protocols/Omegle/src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 );
|