diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-01-22 14:05:37 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-01-22 14:05:37 -0800 |
commit | 4cf79224d099c4fc8bdfd9617e95a776d5a028d4 (patch) | |
tree | 3ab15a28494eaf1e8b008e33245070fa4af30890 /indra/newview/llmediactrl.h | |
parent | c66053220183d120134734510b416bb02c3ea80f (diff) | |
parent | 5a83247f038e327465bf88127f60750306507ed3 (diff) |
Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llmediactrl.h')
-rw-r--r-- | indra/newview/llmediactrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmediactrl.h b/indra/newview/llmediactrl.h index b0aca3cfa4..60e0c4073b 100644 --- a/indra/newview/llmediactrl.h +++ b/indra/newview/llmediactrl.h @@ -172,6 +172,7 @@ public: private: void onVisibilityChange ( const LLSD& new_visibility ); static bool onClickLinkExternalTarget( const LLSD&, const LLSD& ); + static void clickLinkWithTarget(const std::string& url, const S32& target_type ); const S32 mTextureDepthBytes; LLUUID mMediaTextureID; |