summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-08-18 20:31:18 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-08-18 20:31:18 +0000
commite39da35942db7d2bd7c192336f4d3c33e44d0ba4 (patch)
tree15b58062f133790fa75b1e37f2a6302a4f2326d1 /protocols/Tox/src/tox_proto.h
parent87204c540590feeba783f40319d4a503b9f325f5 (diff)
Tox: code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@10232 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r--protocols/Tox/src/tox_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h
index af596b689c..0be0115561 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -147,8 +147,8 @@ private:
std::tstring GetToxProfilePath();
- int LoadToxData();
- int SaveToxData();
+ void LoadToxData();
+ void SaveToxData();
// dialogs
static INT_PTR CALLBACK MainOptionsProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);