mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +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
|
|
@ -159,7 +159,7 @@ struct rec_param
|
|||
static constexpr u32 rec_framerate = 30; // Always 30 fps
|
||||
static constexpr u32 rec_channels = 2; // Always 2 channels
|
||||
|
||||
class rec_video_sink : public utils::video_sink
|
||||
class rec_video_sink final : public utils::video_sink
|
||||
{
|
||||
public:
|
||||
rec_video_sink() : utils::video_sink()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue