[studio] Fix build error

This commit is contained in:
Gary Talent 2024-05-28 21:25:31 -05:00
parent 97dc027498
commit ec45ffb794

View File

@ -23,7 +23,7 @@ struct StudioContext {
};
[[nodiscard]]
constexpr keel::Context &keelCtx(StudioContext &ctx) noexcept {
inline keel::Context &keelCtx(StudioContext &ctx) noexcept {
return keelCtx(ctx.tctx);
}