add overrides to quiet cppcheck

pull/3222/head
Isaac Connor 2021-04-20 11:48:12 -04:00
parent 44d4a79f70
commit 2469df3b67
1 changed files with 5 additions and 5 deletions

View File

@ -51,11 +51,11 @@ public:
~VncCamera();
int PreCapture();
int PrimeCapture();
int Capture(ZMPacket &packet);
int PostCapture();
int Close();
int PreCapture() override;
int PrimeCapture() override;
int Capture(ZMPacket &packet) override;
int PostCapture() override;
int Close() override;
};
#endif // HAVE_LIBVNC