diff options
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);
|