summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermediasettings.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-07-16 20:31:37 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-07-16 23:41:54 +0300
commitdcd9d368c2633576d9d3896c075d25346e818883 (patch)
treed64c538e4ecb1752e2ae00611bf6372e4dc98d55 /indra/newview/llfloatermediasettings.h
parentbe0417557959ad92951a6705b357cbd66427d24a (diff)
#3964 Don't spawn CEF instances for the build tools
unless strictly needed
Diffstat (limited to 'indra/newview/llfloatermediasettings.h')
-rw-r--r--indra/newview/llfloatermediasettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatermediasettings.h b/indra/newview/llfloatermediasettings.h
index 38730ddc98..7ed7ab246f 100644
--- a/indra/newview/llfloatermediasettings.h
+++ b/indra/newview/llfloatermediasettings.h
@@ -48,7 +48,7 @@ public:
static LLFloaterMediaSettings* getInstance();
static bool instanceExists();
static void apply();
- static void initValues( const LLSD& media_settings , bool editable);
+ static void initValues( const LLSD& media_settings , bool editable, bool has_media_info, bool multiple_media, bool multiple_valid_media);
static void clearValues( bool editable);
LLPanelMediaSettingsSecurity* getPanelSecurity(){return mPanelMediaSettingsSecurity;};