[studio] Fix build error
This commit is contained in:
parent
97dc027498
commit
ec45ffb794
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user