mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 14:31:11 +01:00
ircd::ctx::ole: Fix struct namespace error.
This commit is contained in:
parent
6b8730d94f
commit
0c43394446
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace ircd::ctx
|
||||||
using ole::offload;
|
using ole::offload;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ircd::ctx::offload
|
struct ircd::ctx::ole::offload
|
||||||
{
|
{
|
||||||
using function = std::function<void ()>;
|
using function = std::function<void ()>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue