summaryrefslogtreecommitdiff
path: root/src/WidthData.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/WidthData.zig')
-rw-r--r--src/WidthData.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WidthData.zig b/src/WidthData.zig
index 32f8658..d17f0cd 100644
--- a/src/WidthData.zig
+++ b/src/WidthData.zig
@@ -39,7 +39,7 @@ pub fn init(allocator: mem.Allocator) !Self {
39 return self; 39 return self;
40} 40}
41 41
42pub fn deinit(self: *Self) void { 42pub fn deinit(self: *const Self) void {
43 self.allocator.free(self.s1); 43 self.allocator.free(self.s1);
44 self.allocator.free(self.s2); 44 self.allocator.free(self.s2);
45 self.g_data.deinit(); 45 self.g_data.deinit();