Эх сурвалжийг харах

Merge pull request #2478 from jfmherokiller/master

fixed the override warning
James Rowe 9 жил өмнө
parent
commit
372db835f4

+ 1 - 1
src/audio_core/sdl2_sink.h

@@ -22,7 +22,7 @@ public:
     size_t SamplesInQueue() const override;
     size_t SamplesInQueue() const override;
 
 
     std::vector<std::string> GetDeviceList() const override;
     std::vector<std::string> GetDeviceList() const override;
-    void SetDevice(int device_id);
+    void SetDevice(int device_id) override;
 
 
 private:
 private:
     struct Impl;
     struct Impl;