diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llcallingcard.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-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.h | 2 |
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(); |