summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerparcelaskplay.h
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2024-03-01 10:12:00 -0800
committerBrad Linden <brad@lindenlab.com>2024-03-01 10:12:00 -0800
commit258c039584dd293ba7218dc522882bc0bac25e63 (patch)
treea695d32a5fff74828d281f04186039e08287566a /indra/newview/llviewerparcelaskplay.h
parent23d44cb6653ee4ca46ec0e33f19b393b58f5332f (diff)
parent701d1a33bb8227aa55a71f48caeb30a453e77ee0 (diff)
Merge remote-tracking branch 'origin/main' into release/gltf-maint2
Diffstat (limited to 'indra/newview/llviewerparcelaskplay.h')
-rw-r--r--indra/newview/llviewerparcelaskplay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerparcelaskplay.h b/indra/newview/llviewerparcelaskplay.h
index dc711917d2..56faddae66 100644
--- a/indra/newview/llviewerparcelaskplay.h
+++ b/indra/newview/llviewerparcelaskplay.h
@@ -34,8 +34,8 @@ class LLViewerParcelAskPlay : public LLSingleton<LLViewerParcelAskPlay>
{
LLSINGLETON(LLViewerParcelAskPlay);
~LLViewerParcelAskPlay();
- void initSingleton();
- void cleanupSingleton();
+ void initSingleton() override;
+ void cleanupSingleton() override;
public:
// functor expects functor(region_id, parcel_id, url, play/stop)
typedef boost::function<void(const LLUUID&, const S32&, const std::string&, const bool&)> ask_callback;