summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-04-14 17:55:10 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-04-14 17:55:10 +0000
commit5da95c8f396b7ac716f7ea61c9d8c5a0eee7e1ec (patch)
tree6e1417af1fd835fc5998b1558cf4c26d3c908285 /protocols/Tox/src/tox_proto.cpp
parenta216cdaab245e00627e69726d1d65d06e91f03f9 (diff)
Tox: first approach for audio support
git-svn-id: http://svn.miranda-ng.org/main/trunk@12824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.cpp')
-rw-r--r--protocols/Tox/src/tox_proto.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_proto.cpp b/protocols/Tox/src/tox_proto.cpp
index 98a048d6d7..03a1b1ad3a 100644
--- a/protocols/Tox/src/tox_proto.cpp
+++ b/protocols/Tox/src/tox_proto.cpp
@@ -1,7 +1,8 @@
#include "common.h"
CToxProto::CToxProto(const char* protoName, const TCHAR* userName) :
- PROTO<CToxProto>(protoName, userName), password(NULL)
+ PROTO<CToxProto>(protoName, userName),
+ tox(NULL), toxAv(NULL), password(NULL)
{
InitNetlib();