summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterworldmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterworldmap.h')
-rw-r--r--indra/newview/llfloaterworldmap.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/newview/llfloaterworldmap.h b/indra/newview/llfloaterworldmap.h
index 3cf12a9eb7..f4c2b1abed 100644
--- a/indra/newview/llfloaterworldmap.h
+++ b/indra/newview/llfloaterworldmap.h
@@ -85,12 +85,12 @@ public:
void friendsChanged();
// tracking methods
- void trackAvatar( const LLUUID& avatar_id, const LLString& name );
+ void trackAvatar( const LLUUID& avatar_id, const std::string& name );
void trackLandmark( const LLUUID& landmark_item_id );
void trackLocation(const LLVector3d& pos);
void trackEvent(const LLItemInfo &event_info);
void trackGenericItem(const LLItemInfo &item);
- void trackURL(const LLString& region_name, S32 x_coord, S32 y_coord, S32 z_coord);
+ void trackURL(const std::string& region_name, S32 x_coord, S32 y_coord, S32 z_coord);
static const LLUUID& getHomeID() { return sHomeID; }
@@ -177,8 +177,8 @@ protected:
LLInventoryObserver* mInventoryObserver;
LLFriendObserver* mFriendObserver;
- LLString mCompletingRegionName;
- LLString mLastRegionName;
+ std::string mCompletingRegionName;
+ std::string mLastRegionName;
BOOL mWaitingForTracker;
BOOL mExactMatch;
@@ -187,9 +187,9 @@ protected:
LLVector3d mTrackedLocation;
LLTracker::ETrackingStatus mTrackedStatus;
- LLString mTrackedSimName;
- LLString mTrackedAvatarName;
- LLString mSLURL;
+ std::string mTrackedSimName;
+ std::string mTrackedAvatarName;
+ std::string mSLURL;
};
extern LLFloaterWorldMap* gFloaterWorldMap;