mirror of
https://github.com/akuker/RASCSI.git
synced 2025-02-23 06:28:59 +00:00
Added override
This commit is contained in:
parent
4ad8425be5
commit
6949f17d6a
@ -33,6 +33,6 @@ public:
|
||||
void Open(const Filepath& path); // Open
|
||||
|
||||
// Commands
|
||||
int RequestSense(const DWORD *cdb, BYTE *buf);
|
||||
int Inquiry(const DWORD *cdb, BYTE *buf);
|
||||
int RequestSense(const DWORD *cdb, BYTE *buf) override;
|
||||
int Inquiry(const DWORD *cdb, BYTE *buf) override;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user