diff options
Diffstat (limited to 'linden/indra/newview/llfloaterlandholdings.h')
-rw-r--r-- | linden/indra/newview/llfloaterlandholdings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterlandholdings.h b/linden/indra/newview/llfloaterlandholdings.h index eb0b2ca..6922739 100644 --- a/linden/indra/newview/llfloaterlandholdings.h +++ b/linden/indra/newview/llfloaterlandholdings.h | |||
@@ -78,7 +78,7 @@ protected: | |||
78 | // Used to clear out the mParcelList's "Loading..." indicator | 78 | // Used to clear out the mParcelList's "Loading..." indicator |
79 | BOOL mFirstPacketReceived; | 79 | BOOL mFirstPacketReceived; |
80 | 80 | ||
81 | LLString mSortColumn; | 81 | std::string mSortColumn; |
82 | BOOL mSortAscending; | 82 | BOOL mSortAscending; |
83 | }; | 83 | }; |
84 | 84 | ||