summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.h
diff options
context:
space:
mode:
authorcallum <none@none>2010-10-06 15:34:32 -0700
committercallum <none@none>2010-10-06 15:34:32 -0700
commitf5b3fc596d029d3ac2f953ee94ea3ae131d00940 (patch)
tree565168131e050687f4793fa0d9aabe23ad3dce5e /indra/llui/llurlentry.h
parentb285fd4d0abf9113fc416c30ac115db06c9f2ebf (diff)
Add support for debug setting to disable link highlight & follow in URLs that appear in XUI widgets
Diffstat (limited to 'indra/llui/llurlentry.h')
-rw-r--r--indra/llui/llurlentry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h
index e25eaa7555..623856c320 100644
--- a/indra/llui/llurlentry.h
+++ b/indra/llui/llurlentry.h
@@ -86,7 +86,7 @@ public:
virtual std::string getLocation(const std::string &url) const { return ""; }
/// is this a match for a URL that should not be hyperlinked?
- bool isLinkDisabled() const { return mDisabledLink; }
+ bool isLinkDisabled() const;
/// Should this link text be underlined only when mouse is hovered over it?
virtual bool underlineOnHoverOnly(const std::string &string) const { return false; }