diff options
author | Oz Linden <oz@lindenlab.com> | 2015-04-14 05:39:36 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-04-14 05:39:36 -0400 |
commit | 034fb74d05d25582ebdc086414cb0307b1e2e8e2 (patch) | |
tree | d1c5e85e0f35782517921e1d80269cb23a511e97 /indra/llcommon | |
parent | bef5a95cafdf6e20a243f4091b4fbcf426fb529b (diff) | |
parent | 5a282abe184323643f1a88f2aba662648059b4e2 (diff) |
merge changes for STORM-2113
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/lluriparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lluriparser.h b/indra/llcommon/lluriparser.h index 561431e8f9..2df8085ae6 100644 --- a/indra/llcommon/lluriparser.h +++ b/indra/llcommon/lluriparser.h @@ -36,7 +36,7 @@ class LL_COMMON_API LLUriParser { public: LLUriParser(const std::string& u); - virtual ~LLUriParser(); + ~LLUriParser(); const char * scheme() const; void sheme (const std::string& s); |