Add overrides

pull/3222/head
Isaac Connor 2021-04-20 12:59:27 -04:00
parent bb0741dc6f
commit 9249c736d5
1 changed files with 5 additions and 5 deletions

View File

@ -70,11 +70,11 @@ public:
void Initialise();
void Terminate();
int PrimeCapture();
int PreCapture();
int Capture( ZMPacket &p );
int PostCapture();
int Close() { return 0; };
int PrimeCapture() override;
int PreCapture() override;
int Capture(ZMPacket &p) override;
int PostCapture() override;
int Close() override { return 0; };
};
#endif // HAVE_LIBVLC