diff options
Diffstat (limited to 'linden/indra/newview/llfloaterhtmlhelp.h')
-rw-r--r-- | linden/indra/newview/llfloaterhtmlhelp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterhtmlhelp.h b/linden/indra/newview/llfloaterhtmlhelp.h index c9a6d5b..28f3061 100644 --- a/linden/indra/newview/llfloaterhtmlhelp.h +++ b/linden/indra/newview/llfloaterhtmlhelp.h | |||
@@ -42,7 +42,7 @@ public: | |||
42 | LLViewerHtmlHelp(); | 42 | LLViewerHtmlHelp(); |
43 | virtual ~LLViewerHtmlHelp(); | 43 | virtual ~LLViewerHtmlHelp(); |
44 | 44 | ||
45 | /*virtual*/ void show(std::string start_url = std::string()); | 45 | /*virtual*/ void show(std::string start_url = "", std::string title = ""); |
46 | /*virtual*/ BOOL getFloaterOpened(); | 46 | /*virtual*/ BOOL getFloaterOpened(); |
47 | }; | 47 | }; |
48 | 48 | ||