Skip to content

Commit 588e189

Browse files
mgronckijenkins
authored andcommitted
QPR-9859 fixing namespace qualifier
1 parent 9c49ccf commit 588e189

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OREAnalytics/orea/engine/valuationengine.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ class ValuationEngine : public ore::data::ProgressReporter {
108108
const std::vector<boost::shared_ptr<ValuationCalculator>>& calculators,
109109
boost::shared_ptr<analytics::NPVCube>& outputCube,
110110
boost::shared_ptr<analytics::NPVCube>& outputCubeNettingSet,
111-
const std::map<std::string, Size>& counterparties,
112-
const vector<boost::shared_ptr<CounterpartyCalculator>>& cptyCalculators,
111+
const std::map<std::string, size_t>& counterparties,
112+
const std::vector<boost::shared_ptr<CounterpartyCalculator>>& cptyCalculators,
113113
boost::shared_ptr<analytics::NPVCube>& outputCptyCube);
114114
void runCalculators(bool isCloseOutDate, const std::map<std::string, boost::shared_ptr<ore::data::Trade>>& trades,
115115
std::vector<bool>& tradeHasError,

0 commit comments

Comments
 (0)