aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcallingcard.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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();