0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 11:48:54 +02:00

ircd::server: Fix syntax for clang.

This commit is contained in:
Jason Volk 2020-02-01 13:35:11 -08:00
parent 9d7e35adb1
commit 1b699745bb

View file

@ -66,6 +66,6 @@ struct ircd::server::init
void close();
void wait();
init() noexcept,
init() noexcept;
~init() noexcept;
};