SI_Device: Remove const specifiers from SIDevice_Create declaration's parameters
These are only relevant on the definition of the function.
This commit is contained in:
parent
0adb0dfeef
commit
fbcf86870d
|
@ -99,4 +99,4 @@ protected:
|
|||
|
||||
bool SIDevice_IsGCController(SIDevices type);
|
||||
|
||||
std::unique_ptr<ISIDevice> SIDevice_Create(const SIDevices device, const int port_number);
|
||||
std::unique_ptr<ISIDevice> SIDevice_Create(SIDevices device, int port_number);
|
||||
|
|
Loading…
Reference in New Issue