Fix build error with clang

This commit is contained in:
Brecht Van Lommel 2020-07-31 12:03:11 +02:00
parent de68880e79
commit 627b294317
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ static const SessionUUID global_session_uuid_none = {BLI_SESSION_UUID_NONE};
/* Denotes last used UUID.
* It might eventually overflow, and easiest is to add more bits to it. */
static SessionUUID global_session_uuid = global_session_uuid_none;
static SessionUUID global_session_uuid = {BLI_SESSION_UUID_NONE};
SessionUUID BLI_session_uuid_generate(void)
{