mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 14:31:11 +01:00
ircd::mods: Relax pimpl symbol visibility (regression e09a48ec7e
gcc-9)
This commit is contained in:
parent
0de0bddf5e
commit
dfba309423
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ namespace ircd::mods
|
|||
/// It is a critical error if static initialization and destruction is not
|
||||
/// congruent with the lifetime of this instance.
|
||||
///
|
||||
struct [[gnu::visibility("hidden")]]
|
||||
struct [[gnu::visibility("protected")]]
|
||||
ircd::mods::mod
|
||||
:std::enable_shared_from_this<mod>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue