Added missing 'assert' definition for TextInput
This commit is contained in:
parent
ca0371bc44
commit
037a301bd6
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ const Window = @import("../Window.zig");
|
|||
const GapBuffer = @import("gap_buffer").GapBuffer;
|
||||
const Unicode = @import("../Unicode.zig");
|
||||
|
||||
const assert = std.debug.assert;
|
||||
const log = std.log.scoped(.text_input);
|
||||
|
||||
const TextInput = @This();
|
||||
|
|
Loading…
Reference in a new issue