diff options
| author | Merov Linden <merov@lindenlab.com> | 2013-01-28 11:01:14 -0800 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2013-01-28 11:01:14 -0800 |
| commit | 158393c404422bcc7b21d736d15a22ba6857dd04 (patch) | |
| tree | bc612886deab3ee925493cc702e6be77c5015351 | |
| parent | cdf551d9aeee90b3133a74a9e7858a9a5052b5cc (diff) | |
MAINT-2287 : WIP : Fix compile issue
| -rw-r--r-- | indra/newview/llmarketplacefunctions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmarketplacefunctions.cpp b/indra/newview/llmarketplacefunctions.cpp index d3daf605e0..5da615d37b 100644 --- a/indra/newview/llmarketplacefunctions.cpp +++ b/indra/newview/llmarketplacefunctions.cpp @@ -413,7 +413,7 @@ void LLMarketplaceInventoryImporter::initialize() void LLMarketplaceInventoryImporter::reinitializeAndTriggerImport() { mInitialized = false; - mMarketPlaceStatus = MarketplaceStatusCodes::MARKET_PLACE_NOT_INITIALIZED(); + mMarketPlaceStatus = MarketplaceStatusCodes::MARKET_PLACE_NOT_INITIALIZED; initialize(); |
