aboutsummaryrefslogtreecommitdiff
path: root/src/install/semver.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/install/semver.zig')
-rw-r--r--src/install/semver.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install/semver.zig b/src/install/semver.zig
index e8bd60b38..44827b1a8 100644
--- a/src/install/semver.zig
+++ b/src/install/semver.zig
@@ -499,7 +499,7 @@ pub const ExternalString = extern struct {
};
}
- pub inline fn slice(this: ExternalString, buf: string) string {
+ pub inline fn slice(this: *const ExternalString, buf: string) string {
return this.value.slice(buf);
}
};