0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-15 22:41:12 +01:00

ircd::ctx::ole: Fix struct namespace error.

This commit is contained in:
Jason Volk 2020-02-01 12:31:37 -08:00
parent 6b8730d94f
commit 0c43394446

View file

@ -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 ()>;