summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-01-28 11:01:14 -0800
committerMerov Linden <merov@lindenlab.com>2013-01-28 11:01:14 -0800
commit158393c404422bcc7b21d736d15a22ba6857dd04 (patch)
treebc612886deab3ee925493cc702e6be77c5015351
parentcdf551d9aeee90b3133a74a9e7858a9a5052b5cc (diff)
MAINT-2287 : WIP : Fix compile issue
-rw-r--r--indra/newview/llmarketplacefunctions.cpp2
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();