Reducing compiler warnings (#3341)

This commit is contained in:
Alexander Bock
2024-06-28 14:16:06 +02:00
committed by GitHub
parent 78e7c7e321
commit 0707829c7b
17 changed files with 28 additions and 73 deletions
@@ -33,7 +33,7 @@ class RenderableDebugPlane : public RenderablePlane {
public:
RenderableDebugPlane(const ghoul::Dictionary& dictionary);
bool isReady() const;
bool isReady() const override;
static documentation::Documentation Documentation();