From 215f423cbe18fe9ca14a26caef918d303bad28ff Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:11 -0500 Subject: Second Life viewer sources 1.18.4.0-RC --- linden/indra/newview/llfloaterhtmlhelp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'linden/indra/newview/llfloaterhtmlhelp.h') diff --git a/linden/indra/newview/llfloaterhtmlhelp.h b/linden/indra/newview/llfloaterhtmlhelp.h index 9e9c88d..c9a6d5b 100644 --- a/linden/indra/newview/llfloaterhtmlhelp.h +++ b/linden/indra/newview/llfloaterhtmlhelp.h @@ -2,6 +2,8 @@ * @file llfloaterhtmlhelp.h * @brief HTML Help floater - uses embedded web browser control * + * $LicenseInfo:firstyear=2006&license=viewergpl$ + * * Copyright (c) 2006-2007, Linden Research, Inc. * * Second Life Viewer Source Code @@ -24,6 +26,7 @@ * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, * COMPLETENESS OR PERFORMANCE. + * $/LicenseInfo$ */ #if LL_LIBXUL_ENABLED @@ -39,7 +42,7 @@ public: LLViewerHtmlHelp(); virtual ~LLViewerHtmlHelp(); - /*virtual*/ void show(std::string start_url = ""); + /*virtual*/ void show(std::string start_url = std::string()); /*virtual*/ BOOL getFloaterOpened(); }; -- cgit v1.1