From ce28e056c20bf2723f565bbf464b87781ec248a2 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:42 -0500 Subject: Second Life viewer sources 1.20.2 --- linden/indra/llui/llhtmlhelp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linden/indra/llui/llhtmlhelp.h') diff --git a/linden/indra/llui/llhtmlhelp.h b/linden/indra/llui/llhtmlhelp.h index d4ec9e3..254faa2 100644 --- a/linden/indra/llui/llhtmlhelp.h +++ b/linden/indra/llui/llhtmlhelp.h @@ -36,7 +36,8 @@ class LLHtmlHelp { public: virtual ~LLHtmlHelp() {} - virtual void show(std::string start_url, std::string title) = 0; + virtual void show() = 0; + virtual void show(std::string help_url) = 0; }; #endif // LL_LLFLOATERHTMLHELP_H -- cgit v1.1