Skip to content
Snippets Groups Projects
Commit 7295f4e3 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

manager: DRING_ID_MAX_VAL is uint64_t

Change-Id: I95e8d07569e7c24d6f064ca6ab7f8337b351f785
parent f69dfab9
Branches
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ class IceTransportFactory;
class DataTransferFacade;
class JamiAccount;
static constexpr size_t DRING_ID_MAX_VAL = 9007199254740992;
static constexpr uint64_t DRING_ID_MAX_VAL = 9007199254740992;
/** Manager (controller) of daemon */
class Manager {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment