mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-18 22:07:58 -04:00
add override
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user