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