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:
parent
169f714b25
commit
523434b313
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue