DRTVWR-489: Clean up a new warning-as-error failure on macOS

master
Callum Prentice 2023-03-07 14:49:57 -08:00
parent 6b0b751a20
commit abdb4941cf
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class SpeakingIndicatorManager : public LLSingleton<SpeakingIndicatorManager>, L
LOG_CLASS(SpeakingIndicatorManager);
protected:
void cleanupSingleton();
void cleanupSingleton() override;
public: