diff options
| author | James Cook <james@lindenlab.com> | 2010-05-13 16:30:15 -0700 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2010-05-13 16:30:15 -0700 |
| commit | 894261e4e4aea8a15bef33fdf34807812a1c73bb (patch) | |
| tree | 862474065b719f2d4d7287733c387bea6952a7b5 /indra/newview/llfloaterland.cpp | |
| parent | 8b524549902b780c2833691368bc35bdb1837cd9 (diff) | |
Fix build errors introduced in last merge
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
| -rw-r--r-- | indra/newview/llfloaterland.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index b80280d74d..b008189b0d 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -825,9 +825,9 @@ void LLPanelLandGeneral::refreshNames() const LLUUID& auth_buyer_id = parcel->getAuthorizedBuyerID(); if(auth_buyer_id.notNull()) { - std::string name; - name = LLSLURL("agent", auth_buyer_id, "inspect").getSLURLString(); - mSaleInfoForSale2->setTextArg("[BUYER]", name); + std::string name; + name = LLSLURL("agent", auth_buyer_id, "inspect").getSLURLString(); + mSaleInfoForSale2->setTextArg("[BUYER]", name); } else { @@ -835,7 +835,6 @@ void LLPanelLandGeneral::refreshNames() } } } -} // virtual |
