summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2017-01-27 23:02:20 +0100
committerGitHub <noreply@github.com>2017-01-27 23:02:20 +0100
commit372db835f48fe6e9dbf1e5652469c0a8a7447f58 (patch)
tree9452354b780d2f678e8259e526f59a16946e19f9
parentMerge pull request #2346 from yuriks/shader-refactor2 (diff)
parentfixed the override warning (diff)
downloadyuzu-372db835f48fe6e9dbf1e5652469c0a8a7447f58.tar
yuzu-372db835f48fe6e9dbf1e5652469c0a8a7447f58.tar.gz
yuzu-372db835f48fe6e9dbf1e5652469c0a8a7447f58.tar.bz2
yuzu-372db835f48fe6e9dbf1e5652469c0a8a7447f58.tar.lz
yuzu-372db835f48fe6e9dbf1e5652469c0a8a7447f58.tar.xz
yuzu-372db835f48fe6e9dbf1e5652469c0a8a7447f58.tar.zst
yuzu-372db835f48fe6e9dbf1e5652469c0a8a7447f58.zip
Diffstat (limited to '')
-rw-r--r--src/audio_core/sdl2_sink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/sdl2_sink.h b/src/audio_core/sdl2_sink.h
index ce75733b7..bcc725369 100644
--- a/src/audio_core/sdl2_sink.h
+++ b/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;