Use comptime for fully declarative LV2 and Custom commands #14
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pub const Runner = struct {
|
|||
image: ?*Image = null,
|
||||
|
||||
/// If the runner is in REPL mode
|
||||
repl: bool = false,
|
||||
repl: bool,
|
||||
|
||||
args: [][]u8,
|
||||
|
||||
|
|
Loading…
Reference in a new issue