revert changes

This commit is contained in:
Martin Brodbeck 2018-08-10 15:15:12 +02:00
parent e494762c3a
commit 8f5797bbfb
1 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@ class Marketplace
friend class ExcelReader; friend class ExcelReader;
private: private:
SellersVec sellers_{500}; SellersVec sellers_;
SalesVec sales_{50000}; SalesVec sales_;
BasketVec basket_{50}; BasketVec basket_;
}; };
double marketFee(int sumInCent, int percent, int maxFeeInCent); double marketFee(int sumInCent, int percent, int maxFeeInCent);