[studio] Fix build error
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Gary Talent 2024-05-28 21:25:31 -05:00
parent 5d4af474b1
commit 2db3d0470a

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);
}