summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-08-26 13:40:35 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-08-26 13:40:35 +0300
commitd8350c0bd6e96e78894023439df749037546e7de (patch)
treebce234a94239040c47d84dc99e0fc81d719f78cb
parent0af86411bf1fc6a48428480d51b3875c8cdf5805 (diff)
compilation fix
-rw-r--r--protocols/Tox/src/tox_connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_connection.cpp b/protocols/Tox/src/tox_connection.cpp
index 3b0d3c9d46..5f3d9970ca 100644
--- a/protocols/Tox/src/tox_connection.cpp
+++ b/protocols/Tox/src/tox_connection.cpp
@@ -25,7 +25,7 @@ void CToxProto::OnLoggedIn()
/////////////////////////////////////////////////////////////////////////////////////////
// Tox polling callback
-static void sttScheduledDisconnect(void *param)
+static void CALLBACK sttScheduledDisconnect(void *param)
{
auto *ppro = (CToxProto *)param;
ppro->SetStatus(ID_STATUS_OFFLINE);