diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-05 18:53:26 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-05 18:53:26 +0000 |
commit | 4762fe3d72f220c5c59845f7cfd4f1021a2ab915 (patch) | |
tree | af9fc043c48a73139dad2ef3aaa6a80eb136e1bd /protocols/Tox/src/tox_proto.h | |
parent | a9fbb37488cf2f7d8198277aba80c55517cad092 (diff) |
Tox: fixed custom event icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@13451 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index 075c4b4b26..61041a2eb4 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -64,7 +64,7 @@ public: static void UninitMenus();
// events
- static void InitCustomDbEvents();
+ void InitCustomDbEvents();
static int OnModulesLoaded(WPARAM, LPARAM);
|