mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Cleanup and set -Werror=delete-non-virtual-dtor
This commit is contained in:
parent
d8d0af2bb3
commit
fd583dbbc3
6 changed files with 24 additions and 19 deletions
|
|
@ -13,6 +13,7 @@ namespace utils
|
|||
{
|
||||
public:
|
||||
video_sink() = default;
|
||||
virtual ~video_sink() = default;
|
||||
|
||||
virtual void stop(bool flush = true) = 0;
|
||||
virtual void pause(bool flush = true) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue