mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 06:51:08 +01:00
ircd::server: Fix syntax for clang.
This commit is contained in:
parent
9d7e35adb1
commit
1b699745bb
1 changed files with 1 additions and 1 deletions
|
@ -66,6 +66,6 @@ struct ircd::server::init
|
|||
void close();
|
||||
void wait();
|
||||
|
||||
init() noexcept,
|
||||
init() noexcept;
|
||||
~init() noexcept;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue