1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-29 07:26:33 -05:00

Merge pull request #2478 from jfmherokiller/master

fixed the override warning
This commit is contained in:
James Rowe
2017-01-27 15:02:20 -07:00
committed by GitHub

View File

@@ -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;