This commit is contained in:
@ -23,7 +23,7 @@ struct StudioContext {
|
|||||||
};
|
};
|
||||||
|
|
||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
constexpr keel::Context &keelCtx(StudioContext &ctx) noexcept {
|
inline keel::Context &keelCtx(StudioContext &ctx) noexcept {
|
||||||
return keelCtx(ctx.tctx);
|
return keelCtx(ctx.tctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user