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 96e0bd662c..6c7b26ed34 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -173,7 +173,7 @@ private: static void OnConnectionStatusChanged(Tox *tox, const int number, const uint8_t status, void *arg);
// contacts search
- void __cdecl SearchByIdAsync(void* arg);
+ void __cdecl SearchFailedAsync(void* arg);
void __cdecl SearchByNameAsync(void* arg);
static INT_PTR CALLBACK SearchDlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|