From 0c43394446f77ca37c0ca1d95befd7ed1702a75d Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 1 Feb 2020 12:31:37 -0800 Subject: [PATCH] ircd::ctx::ole: Fix struct namespace error. --- include/ircd/ctx/ole.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ircd/ctx/ole.h b/include/ircd/ctx/ole.h index 582e485ec..6a0f0db0f 100644 --- a/include/ircd/ctx/ole.h +++ b/include/ircd/ctx/ole.h @@ -29,7 +29,7 @@ namespace ircd::ctx using ole::offload; } -struct ircd::ctx::offload +struct ircd::ctx::ole::offload { using function = std::function;