Corrected member initialisation order (addressing -Wreorder warnings)
This commit is contained in:
@@ -16,8 +16,8 @@ namespace Usb
|
||||
std::uint16_t productId
|
||||
)
|
||||
: interfaceNumber(interfaceNumber)
|
||||
, vendorId(vendorId)
|
||||
, inputReportSize(inputReportSize)
|
||||
, vendorId(vendorId)
|
||||
, productId(productId)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user