add override

pull/3222/head
Isaac Connor 2021-04-20 17:18:23 -04:00
parent 9ea10584b7
commit 1657d30be6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class ZoneMinderFifoVideoSource: public ZoneMinderFifoSource {
std::string fifo
);
protected:
void PushFrame(const uint8_t *data, size_t size, int64_t pts);
void PushFrame(const uint8_t *data, size_t size, int64_t pts) override;
protected:
int m_width;