diff options
author | noah the goodra <peterpan0413@live.com> | 2017-01-27 14:24:14 -0600 |
---|---|---|
committer | noah the goodra <peterpan0413@live.com> | 2017-01-27 14:24:14 -0600 |
commit | 3545b144f1e73248e2e460ec3cc2aa519024a6ce (patch) | |
tree | 9452354b780d2f678e8259e526f59a16946e19f9 /src/common/framebuffer_layout.cpp | |
parent | bf14f4be2263b4769e97800b35951717192c2d1c (diff) |
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/framebuffer_layout.cpp')
0 files changed, 0 insertions, 0 deletions