From 442d81842849999e4dd17f601d83c8441338a79c Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 10 Apr 2015 12:49:16 +0000 Subject: Tox: warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@12730 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/Tox/src/tox_core.cpp b/protocols/Tox/src/tox_core.cpp index 6ca63506b0..a23939713e 100644 --- a/protocols/Tox/src/tox_core.cpp +++ b/protocols/Tox/src/tox_core.cpp @@ -6,7 +6,7 @@ bool CToxProto::InitToxCore() TOX_ERR_OPTIONS_NEW error; Tox_Options *options = tox_options_new(&error); - if (error != TOX_ERR_OPTIONS_NEW::TOX_ERR_OPTIONS_NEW_OK) + if (error != TOX_ERR_OPTIONS_NEW_OK) { debugLogA(__FUNCTION__": failed to initialize tox options (%d)", error); return false; -- cgit v1.2.3