diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llhtmlhelp.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
36 | { | 36 | { |
37 | public: | 37 | public: |
38 | virtual ~LLHtmlHelp() {} | 38 | virtual ~LLHtmlHelp() {} |
39 | virtual void show(std::string start_url, std::string title) = 0; | 39 | virtual void show() = 0; |
40 | virtual void show(std::string help_url) = 0; | ||
40 | }; | 41 | }; |
41 | 42 | ||
42 | #endif // LL_LLFLOATERHTMLHELP_H | 43 | #endif // LL_LLFLOATERHTMLHELP_H |