- switch to latest resiprocate

This commit is contained in:
2023-05-11 15:34:13 +03:00
parent 55445f6630
commit 95fbaf5379
10736 changed files with 2057171 additions and 38694 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ protected:
#pragma endregion
static int generateId();
static resip::AtomicCounter IdGenerator;
static std::atomic_int IdGenerator;
};
typedef std::shared_ptr<Account> PAccount;