diff options
Diffstat (limited to 'src/GraphemeData.zig')
| -rw-r--r-- | src/GraphemeData.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GraphemeData.zig b/src/GraphemeData.zig index e418dea..971929a 100644 --- a/src/GraphemeData.zig +++ b/src/GraphemeData.zig | |||
| @@ -64,7 +64,7 @@ pub fn init(allocator: mem.Allocator) !Self { | |||
| 64 | return self; | 64 | return self; |
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | pub fn deinit(self: *Self) void { | 67 | pub fn deinit(self: *const Self) void { |
| 68 | self.allocator.free(self.s1); | 68 | self.allocator.free(self.s1); |
| 69 | self.allocator.free(self.s2); | 69 | self.allocator.free(self.s2); |
| 70 | self.allocator.free(self.s3); | 70 | self.allocator.free(self.s3); |