diff --git a/src/HidApi.Net/Device.cs b/src/HidApi.Net/Device.cs index f87ccc7..dcb541b 100644 --- a/src/HidApi.Net/Device.cs +++ b/src/HidApi.Net/Device.cs @@ -4,7 +4,7 @@ namespace HidApi; /// Represents a HID device. /// /// Call Dispose to free all unmanaged resources. -public class Device : IDisposable +public sealed class Device : IDisposable { private readonly DeviceSafeHandle handle;