chore: make field readonly

This commit is contained in:
Anna 2021-06-20 13:27:20 -04:00
parent 2cdc4e5441
commit fc6ad1b2dc
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ namespace XIVChatPlugin {
private IntPtr ColourLookup { get; }
private IntPtr _friendListManager = IntPtr.Zero;
private IntPtr _chatManager = IntPtr.Zero;
private IntPtr _emptyXivString = IntPtr.Zero;
private readonly IntPtr _emptyXivString = IntPtr.Zero;
public bool RequestingFriendList { get; private set; }