diff options
author | Callum Prentice <callum@lindenlab.com> | 2023-03-07 14:49:57 -0800 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2023-03-07 14:49:57 -0800 |
commit | abdb4941cf42c405dda433d2e9a6a510d5bc2377 (patch) | |
tree | bdab62257fe400534bf38ce99542629de545f186 | |
parent | 6b0b751a207737c06544ac4de13174661b1dcb35 (diff) |
DRTVWR-489: Clean up a new warning-as-error failure on macOS
-rw-r--r-- | indra/newview/llspeakingindicatormanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspeakingindicatormanager.cpp b/indra/newview/llspeakingindicatormanager.cpp index 37c7ea55ae..c4c9673be3 100644 --- a/indra/newview/llspeakingindicatormanager.cpp +++ b/indra/newview/llspeakingindicatormanager.cpp @@ -53,7 +53,7 @@ class SpeakingIndicatorManager : public LLSingleton<SpeakingIndicatorManager>, L LOG_CLASS(SpeakingIndicatorManager); protected: - void cleanupSingleton(); + void cleanupSingleton() override; public: |