0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 02:02:38 +01:00

modules/media/media: Fix linkage of constexpr.

This commit is contained in:
Jason Volk 2018-05-10 21:08:58 -07:00
parent 169f714b25
commit 523434b313

View file

@ -343,7 +343,7 @@ block_set(const m::room &room,
const m::user::id &user_id,
const const_buffer &block)
{
static const auto bufsz
static constexpr const auto bufsz
{
b58encode_size(sha256::digest_size)
};