aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcallingcard.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llcallingcard.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/llcallingcard.h')
-rw-r--r--linden/indra/newview/llcallingcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llcallingcard.h b/linden/indra/newview/llcallingcard.h
index aca5099..13709cd 100644
--- a/linden/indra/newview/llcallingcard.h
+++ b/linden/indra/newview/llcallingcard.h
@@ -101,7 +101,7 @@ public:
101 LLVector3d getGlobalPos(); 101 LLVector3d getGlobalPos();
102 102
103 // Get the name passed in, returns null string if uninitialized. 103 // Get the name passed in, returns null string if uninitialized.
104 const LLString& getName(); 104 const std::string& getName();
105 105
106 // Get the avatar being tracked, returns LLUUID::null if uninitialized 106 // Get the avatar being tracked, returns LLUUID::null if uninitialized
107 const LLUUID& getAvatarID(); 107 const LLUUID& getAvatarID();