aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterhtmlhelp.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:16 -0500
committerJacek Antonelli2008-08-15 23:45:16 -0500
commit3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch)
tree504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llfloaterhtmlhelp.h
parentSecond Life viewer sources 1.18.4.3 (diff)
downloadmeta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterhtmlhelp.h2
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