diff options
author | prep linden <prep@lindenlab.com> | 2010-10-21 16:22:27 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2010-10-21 16:22:27 -0400 |
commit | fca9c0b2f9128ef1c1a3a9d470a66aa95afffada (patch) | |
tree | 1bbef1d39c7962422ebabcc5e64f9533d6be4668 /indra/newview/llvoicecallhandler.cpp | |
parent | abd52cd3f480177a06c5e98732ded4136fcffc46 (diff) |
Added support for map tracking slapp, share slapp and a voice call slapp.
slapp urls:
secondlife:///app/maptrackavatar/lluid
secondlife:///app/sharewithavatar/lluid
secondlife:///app/voicecallavatar/lluid
Diffstat (limited to 'indra/newview/llvoicecallhandler.cpp')
-rw-r--r-- | indra/newview/llvoicecallhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicecallhandler.cpp b/indra/newview/llvoicecallhandler.cpp index fe50a05f1c..274bd75208 100644 --- a/indra/newview/llvoicecallhandler.cpp +++ b/indra/newview/llvoicecallhandler.cpp @@ -25,7 +25,7 @@ */ #include "llviewerprecompiledheaders.h" -#include "llcommandhandler.h" +#include "llcommandhandler.h" #include "llavataractions.h" class LLVoiceCallAvatarHandler : public LLCommandHandler |