Skip to content
  • noah the goodra's avatar
    fixed the override warning · 3545b144
    noah the goodra authored
    ```
    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;
                     ^
    ```
    3545b144
Loading