aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llhtmlhelp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llhtmlhelp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llhtmlhelp.h b/linden/indra/llui/llhtmlhelp.h
index 816d0dd..9658f8f 100644
--- a/linden/indra/llui/llhtmlhelp.h
+++ b/linden/indra/llui/llhtmlhelp.h
@@ -36,7 +36,7 @@ class LLHtmlHelp
36{ 36{
37public: 37public:
38 virtual ~LLHtmlHelp() {} 38 virtual ~LLHtmlHelp() {}
39 virtual void show(std::string start_url = "")=0; 39 virtual void show(std::string start_url, std::string title) = 0;
40 virtual BOOL getFloaterOpened()=0; 40 virtual BOOL getFloaterOpened()=0;
41}; 41};
42 42