summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorCallum Prentice <callum@lindenlab.com>2023-03-07 14:49:57 -0800
committerCallum Prentice <callum@lindenlab.com>2023-03-07 14:49:57 -0800
commitabdb4941cf42c405dda433d2e9a6a510d5bc2377 (patch)
treebdab62257fe400534bf38ce99542629de545f186 /indra/newview
parent6b0b751a207737c06544ac4de13174661b1dcb35 (diff)
DRTVWR-489: Clean up a new warning-as-error failure on macOS
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llspeakingindicatormanager.cpp2
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: