From b28e0f95010e0d4f20ae0b682e5ce590f0eb3d95 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 21 Dec 2015 19:33:45 +0000 Subject: Tox: - fixed profile saving - tox address conversion moved to miranda's internal functions git-svn-id: http://svn.miranda-ng.org/main/trunk@15928 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/src/tox_proto.h') diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index b12488e2b3..9179931cb1 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -81,7 +81,7 @@ private: static TCHAR* GetToxProfilePath(const TCHAR *accountName); bool LoadToxProfile(Tox_Options *options); - void SaveToxProfile(); + void SaveToxProfile(CToxThread *toxThread); INT_PTR __cdecl OnCopyToxID(WPARAM, LPARAM); -- cgit v1.2.3