diff options
author | Oz Linden <oz@lindenlab.com> | 2016-07-26 17:49:41 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-07-26 17:49:41 -0400 |
commit | 47f2c6bd52a9e929af8ccefa08d11ad18f05602b (patch) | |
tree | 77d601c23539f576807f3e2cd8a62603b275905d /indra/newview/llfloaterwebcontent.h | |
parent | bea18c933bd97b838644f0d1738c633495b6b102 (diff) | |
parent | 19640c015ecfefde767be49168684b27f5ceabb2 (diff) |
merge callums latest changes
Diffstat (limited to 'indra/newview/llfloaterwebcontent.h')
-rw-r--r-- | indra/newview/llfloaterwebcontent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterwebcontent.h b/indra/newview/llfloaterwebcontent.h index 519b575b38..1157d0aab8 100644 --- a/indra/newview/llfloaterwebcontent.h +++ b/indra/newview/llfloaterwebcontent.h @@ -92,7 +92,7 @@ protected: void onClickStop(); void onEnterAddress(); void onPopExternal(); - void onTestVideo(std::string url); + void onTestURL(std::string url); static void preCreate(Params& p); void open_media(const Params& ); @@ -114,6 +114,7 @@ protected: std::string mUUID; bool mShowPageTitle; bool mAllowNavigation; + bool mDevelopMode; }; #endif // LL_LLFLOATERWEBCONTENT_H |