diff options
Diffstat (limited to 'src/CombiningData.zig')
| -rw-r--r-- | src/CombiningData.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CombiningData.zig b/src/CombiningData.zig index 95c947d..c67638c 100644 --- a/src/CombiningData.zig +++ b/src/CombiningData.zig | |||
| @@ -32,7 +32,7 @@ pub fn init(allocator: mem.Allocator) !Self { | |||
| 32 | return self; | 32 | return self; |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | pub fn deinit(self: *Self) void { | 35 | pub fn deinit(self: *const Self) void { |
| 36 | self.allocator.free(self.s1); | 36 | self.allocator.free(self.s1); |
| 37 | self.allocator.free(self.s2); | 37 | self.allocator.free(self.s2); |
| 38 | } | 38 | } |