mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-26 23:44:19 +02:00
Replace ArrayListUnmanaged with ArrayList
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
008d413295
commit
aa00f7c8c7
4 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ const CyclableLabel = ly_ui.CyclableLabel;
|
|||
const Session = @import("Session.zig");
|
||||
const SavedUsers = @import("../config/SavedUsers.zig");
|
||||
|
||||
const StringList = std.ArrayListUnmanaged([]const u8);
|
||||
const StringList = std.ArrayList([]const u8);
|
||||
pub const User = struct {
|
||||
name: []const u8,
|
||||
session_index: *usize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue