Fix build errors for explicitly using libfmt
Some checks failed
Build ptprnt / build (push) Failing after 35s
Some checks failed
Build ptprnt / build (push) Failing after 35s
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
namespace libusbwrap {
|
||||
class UsbDevice : public IUsbDevice {
|
||||
public:
|
||||
UsbDevice(libusb_context* ctx, libusb_device* dev);
|
||||
~UsbDevice();
|
||||
explicit UsbDevice(libusb_context* ctx, libusb_device* dev);
|
||||
~UsbDevice() override;
|
||||
|
||||
// delete copy ctor and assignment
|
||||
UsbDevice(const UsbDevice&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user