diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-10-18 18:11:29 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-10-18 18:11:29 -0400 |
commit | 5ef8545f63221db002d14cdcd1c7bac2e96a5e0a (patch) | |
tree | 1d4277a0c22de145d1b4d9936718758005e5067d /indra/newview/llpanelprofile.h | |
parent | 993136fe347075b71f649ec70ce1a463afb073f8 (diff) |
consolidate generating profile URL, force to lower case
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rwxr-xr-x[-rw-r--r--] | indra/newview/llpanelprofile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index 0546c18583..c330a15939 100644..100755 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -33,6 +33,8 @@ class LLTabContainer; +std::string getProfileURL(const std::string& agent_name); + /** * Base class for Profile View and My Profile. */ |