genesys: Fix forward declaration for type UsbDeviceEntry

This did not match the definition, causing a compiler warning.
escl-add-user-and-password
David Ward 2022-03-08 19:00:00 -05:00
rodzic 6048724f22
commit 5576d03afd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -59,7 +59,7 @@ struct Pixel;
struct RawPixel;
// low.h
struct UsbDeviceEntry;
class UsbDeviceEntry;
// motor.h
struct Genesys_Motor;