Browse Source

Merge pull request #2478 from jfmherokiller/master

fixed the override warning
nce_cpp
James Rowe 9 years ago
committed by GitHub
parent
commit
031c0c05d2
  1. 2
      src/audio_core/sdl2_sink.h

2
src/audio_core/sdl2_sink.h

@ -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…
Cancel
Save