diff options
Diffstat (limited to 'linden/indra/newview/llfloatertelehub.h')
-rw-r--r-- | linden/indra/newview/llfloatertelehub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatertelehub.h b/linden/indra/newview/llfloatertelehub.h index c93ef90..05080ee 100644 --- a/linden/indra/newview/llfloatertelehub.h +++ b/linden/indra/newview/llfloatertelehub.h | |||
@@ -68,7 +68,7 @@ private: | |||
68 | 68 | ||
69 | private: | 69 | private: |
70 | LLUUID mTelehubObjectID; // null if no telehub | 70 | LLUUID mTelehubObjectID; // null if no telehub |
71 | LLString mTelehubObjectName; | 71 | std::string mTelehubObjectName; |
72 | LLVector3 mTelehubPos; // region local, fallback if viewer can't see the object | 72 | LLVector3 mTelehubPos; // region local, fallback if viewer can't see the object |
73 | LLQuaternion mTelehubRot; | 73 | LLQuaternion mTelehubRot; |
74 | 74 | ||