mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 14:40:22 +00:00
IDeckLinkVideoOutputCallback haven't virt dtor
IDeckLinkVideoOutputCallback doesn't have a virtual desctructor in Windows, thus its subclass destructor cannot be marked override.
This commit is contained in:
@@ -152,7 +152,7 @@ class PlaybackDelegate : public IDeckLinkVideoOutputCallback // , public IDeckLi
|
||||
m_deckLinkOutput = ido;
|
||||
}
|
||||
void Reset();
|
||||
~PlaybackDelegate() override {
|
||||
virtual ~PlaybackDelegate() {
|
||||
Reset();
|
||||
};
|
||||
void PrintStats();
|
||||
|
||||
Reference in New Issue
Block a user