summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_proto.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-09-16 18:52:29 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-09-16 18:52:29 +0000
commit3c00a78191f46c10f036c789a9ef358f0e049d61 (patch)
tree96741c418983d401ebba418b579793c8c4959d30 /protocols/Tox/src/tox_proto.h
parentab46b98479555c7106087f7d62b6c89f320ca311 (diff)
Tox:
- attempt to fix numerous crashes git-svn-id: http://svn.miranda-ng.org/main/trunk@15366 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 04c9a8849f..d67a2df97f 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -78,7 +78,7 @@ private:
// tox profile
TCHAR* GetToxProfilePath();
- static TCHAR* CToxProto::GetToxProfilePath(const TCHAR *accountName);
+ static TCHAR* GetToxProfilePath(const TCHAR *accountName);
bool LoadToxProfile(Tox_Options *options);
void SaveToxProfile();
@@ -129,7 +129,7 @@ private:
int OnInitStatusMenu();
//services
- INT_PTR __cdecl CToxProto::SetMyNickname(WPARAM wParam, LPARAM lParam);
+ INT_PTR __cdecl SetMyNickname(WPARAM wParam, LPARAM lParam);
// options
int __cdecl OnOptionsInit(WPARAM wParam, LPARAM lParam);