diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-01-15 03:43:43 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-01-15 03:43:43 +0200 |
commit | 1b929cb9a9d9216d1d34fb6dc4b0ea91600935b1 (patch) | |
tree | 9fd941b56b43434f270310fb094a8ea9099813b8 /indra/newview/llfloatermediasettings.h | |
parent | 488fb8bab686b29916104d6d1f2f3d4cb1fef78a (diff) |
SL-16344 #2 Do not play media preview if not opened
Diffstat (limited to 'indra/newview/llfloatermediasettings.h')
-rw-r--r-- | indra/newview/llfloatermediasettings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermediasettings.h b/indra/newview/llfloatermediasettings.h index f93512eb3a..151e43e6b9 100644 --- a/indra/newview/llfloatermediasettings.h +++ b/indra/newview/llfloatermediasettings.h @@ -42,6 +42,7 @@ public: ~LLFloaterMediaSettings(); /*virtual*/ BOOL postBuild(); + /*virtual*/ void onOpen(const LLSD& key); /*virtual*/ void onClose(bool app_quitting); static LLFloaterMediaSettings* getInstance(); |