mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-25 12:28:31 -06:00
Merge pull request #2478 from jfmherokiller/master
fixed the override warning
This commit is contained in:
commit
372db835f4
@ -22,7 +22,7 @@ public:
|
||||
size_t SamplesInQueue() const override;
|
||||
|
||||
std::vector<std::string> GetDeviceList() const override;
|
||||
void SetDevice(int device_id);
|
||||
void SetDevice(int device_id) override;
|
||||
|
||||
private:
|
||||
struct Impl;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user