summaryrefslogtreecommitdiff
path: root/indra/llui/llurlentry.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-06-02 23:26:48 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-06-03 19:50:08 +0300
commitb6ac642db2213cf4207dddc47a1fe1490de0cc6e (patch)
tree152f58e40a2f1489384aaf3960330d3c44f62805 /indra/llui/llurlentry.h
parentd14ebd1f52a878ef7ae17f3a633a4f24297d1fca (diff)
SL-15243 Unicode URL validation
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 4af1ab5096..102e0a4fd9 100644
--- a/indra/llui/llurlentry.h
+++ b/indra/llui/llurlentry.h
@@ -105,7 +105,7 @@ public:
bool isLinkDisabled() const;
- bool isWikiLinkCorrect(std::string url);
+ bool isWikiLinkCorrect(const std::string &url) const;
virtual bool isSLURLvalid(const std::string &url) const { return TRUE; };