aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--river/VoidView.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/river/VoidView.zig b/river/VoidView.zig
index 21192ca..489169a 100644
--- a/river/VoidView.zig
+++ b/river/VoidView.zig
@@ -56,7 +56,7 @@ pub fn getTitle(self: Self) ?[*:0]const u8 {
unreachable;
}
-pub fn getClass(self: Self) ?[*:0]const u8 {
+pub fn getAppId(self: Self) ?[*:0]const u8 {
unreachable;
}