summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_contacts.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-04-28 13:46:19 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-04-28 13:46:19 +0300
commite4082ab57edbb790f721fed477532f93ff1986b8 (patch)
treea6f09b2ae1d0df1a47dec13b1ea096bfa782e9c5 /protocols/Tox/src/tox_contacts.cpp
parent5402e71b923712624d6df9aad6f3983ba4e44f4e (diff)
database:
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
Diffstat (limited to 'protocols/Tox/src/tox_contacts.cpp')
-rw-r--r--protocols/Tox/src/tox_contacts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_contacts.cpp b/protocols/Tox/src/tox_contacts.cpp
index ca6de59f40..d64f430891 100644
--- a/protocols/Tox/src/tox_contacts.cpp
+++ b/protocols/Tox/src/tox_contacts.cpp
@@ -230,7 +230,7 @@ void CToxProto::OnFriendRequest(Tox*, const uint8_t *pubKey, const uint8_t *mess
proto->delSetting(hContact, "Auth");
- DB_AUTH_BLOB blob(hContact, nullptr, nullptr, nullptr, (LPCSTR)address, (LPCSTR)message);
+ DB::AUTH_BLOB blob(hContact, nullptr, nullptr, nullptr, (LPCSTR)address, (LPCSTR)message);
PROTORECVEVENT pre = { 0 };
pre.timestamp = now();