summaryrefslogtreecommitdiff
path: root/src/common/hash.cpp
diff options
context:
space:
mode:
authorGravatar noah the goodra2017-01-27 14:24:14 -0600
committerGravatar noah the goodra2017-01-27 14:24:14 -0600
commit3545b144f1e73248e2e460ec3cc2aa519024a6ce (patch)
tree9452354b780d2f678e8259e526f59a16946e19f9 /src/common/hash.cpp
parentMerge pull request #2346 from yuriks/shader-refactor2 (diff)
downloadyuzu-3545b144f1e73248e2e460ec3cc2aa519024a6ce.tar.gz
yuzu-3545b144f1e73248e2e460ec3cc2aa519024a6ce.tar.xz
yuzu-3545b144f1e73248e2e460ec3cc2aa519024a6ce.zip
fixed the override warning
``` In file included from citra/src/audio_core/sink_details.cpp:11: citra/src/./audio_core/sdl2_sink.h:25:10: warning: 'SetDevice' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void SetDevice(int device_id); ^ citra/src/./audio_core/sink.h:39:18: note: overridden virtual function is here virtual void SetDevice(int device_id) = 0; ^ ```
Diffstat (limited to 'src/common/hash.cpp')
0 files changed, 0 insertions, 0 deletions