summaryrefslogtreecommitdiff
path: root/indra/llui/llhelp.h
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-10-10 19:18:44 -0700
committerRichard Nelson <richard@lindenlab.com>2011-10-10 19:18:44 -0700
commitbf7d3532c6c139f87922afbc35d8ffa579f83cca (patch)
tree321eb01c0af0c612676846c1f3b22110ed688ee9 /indra/llui/llhelp.h
parent71879916428e9e15081d73696f46bb4a32877265 (diff)
parentec23ec68ea8835e4155e083ec5570245b0aef1ec (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui
Diffstat (limited to 'indra/llui/llhelp.h')
-rw-r--r--indra/llui/llhelp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llhelp.h b/indra/llui/llhelp.h
index 83317bd03c..1726347a78 100644
--- a/indra/llui/llhelp.h
+++ b/indra/llui/llhelp.h
@@ -32,6 +32,7 @@ class LLHelp
{
public:
virtual void showTopic(const std::string &topic) = 0;
+ virtual std::string getURL(const std::string &topic) = 0;
// return default (fallback) topic name suitable for showTopic()
virtual std::string defaultTopic() = 0;
// return topic to use before the user logs in