From e4082ab57edbb790f721fed477532f93ff1986b8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 28 Apr 2020 13:46:19 +0300 Subject: database: - namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning --- protocols/Tox/src/tox_contacts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/src/tox_contacts.cpp') 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(); -- cgit v1.2.3