diff options
author | Richard Linden <none@none> | 2010-11-15 17:03:52 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-11-15 17:03:52 -0800 |
commit | d276950c8d4d53f9d5d6497d5a4a4582c499938a (patch) | |
tree | f10ed7ac32e501f5e51fb5b16347dad037076e13 /indra/llui/llurlentry.h | |
parent | 50d21a75a7c6a41a5a3355a8c4406a33454c70dd (diff) |
build fixes
Diffstat (limited to 'indra/llui/llurlentry.h')
-rw-r--r-- | indra/llui/llurlentry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h index 1a16056041..43a667c390 100644 --- a/indra/llui/llurlentry.h +++ b/indra/llui/llurlentry.h @@ -94,6 +94,8 @@ public: virtual LLUUID getID(const std::string &string) const { return LLUUID::null; } + bool isLinkDisabled() const; + protected: std::string getIDStringFromUrl(const std::string &url) const; std::string escapeUrl(const std::string &url) const; |