1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Fix warning

This commit is contained in:
Diogo Trindade 2025-06-18 19:05:33 +01:00
parent f26b3c193a
commit a96b994e61
No known key found for this signature in database
GPG Key ID: 4B5B48393B9F875F

View File

@ -18,7 +18,7 @@ public sealed class WootingNativeUpdateQueue : UpdateQueue
#region Constructors
/// <summary>
/// Initializes a new instance of the <see cref="WootingUpdateQueue"/> class.
/// Initializes a new instance of the <see cref="WootingNativeUpdateQueue"/> class.
/// </summary>
/// <param name="updateTrigger">The update trigger used by this queue.</param>
public WootingNativeUpdateQueue(IDeviceUpdateTrigger updateTrigger, byte deviceId)