summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertos.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-21 03:31:20 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-21 05:19:42 +0200
commit0fb52bd372aad468c890fc57f4ae3b8be7dad463 (patch)
tree58f37c310cd44fce7379c78135c3d9df911b0833 /indra/newview/llfloatertos.h
parenta5261a5fa8fad810ecb5c260d92c3e771822bf58 (diff)
viewer#848 Xcode buildfix
Diffstat (limited to 'indra/newview/llfloatertos.h')
-rw-r--r--indra/newview/llfloatertos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertos.h b/indra/newview/llfloatertos.h
index d59ddbe1c4..8e2cff02cc 100644
--- a/indra/newview/llfloatertos.h
+++ b/indra/newview/llfloatertos.h
@@ -60,7 +60,7 @@ public:
void updateAgreeEnabled(bool enabled);
// inherited from LLViewerMediaObserver
- /*virtual*/ void handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event);
+ void handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event) override;
private:
static void testSiteIsAliveCoro(LLHandle<LLFloater> handle, std::string url);