Skip to content
Snippets Groups Projects
Commit 158393c4 authored by Merov Linden's avatar Merov Linden
Browse files

MAINT-2287 : WIP : Fix compile issue

parent cdf551d9
No related branches found
No related tags found
No related merge requests found
...@@ -413,7 +413,7 @@ void LLMarketplaceInventoryImporter::initialize() ...@@ -413,7 +413,7 @@ void LLMarketplaceInventoryImporter::initialize()
void LLMarketplaceInventoryImporter::reinitializeAndTriggerImport() void LLMarketplaceInventoryImporter::reinitializeAndTriggerImport()
{ {
mInitialized = false; mInitialized = false;
mMarketPlaceStatus = MarketplaceStatusCodes::MARKET_PLACE_NOT_INITIALIZED(); mMarketPlaceStatus = MarketplaceStatusCodes::MARKET_PLACE_NOT_INITIALIZED;
initialize(); initialize();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment