mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
refactor: Resolve some clang warnings (#915)
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
|
||||
///
|
||||
///@brief Set new width and height for dispmanx, overwrite Grabber.h impl
|
||||
virtual bool setWidthHeight(int width, int height);
|
||||
bool setWidthHeight(int width, int height) override;
|
||||
|
||||
private:
|
||||
///
|
||||
|
Reference in New Issue
Block a user