Skip to content

Commit 2a51c26

Browse files
damienbarkerjenkins
authored andcommitted
QPR-12251 remove test changes!
1 parent 974319f commit 2a51c26

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

OREData/ored/portfolio/ascot.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ class Ascot : public Trade {
4343
: Trade("Ascot", env), bond_(bond), optionData_(optionData), fundingLegData_(fundingLegData) {}
4444

4545
void build(const boost::shared_ptr<ore::data::EngineFactory>&) override;
46-
void fromXML(XMLNode* node) override;
47-
46+
void fromXML(XMLNode* node) override;
4847
XMLNode* toXML(XMLDocument& doc) override;
4948
std::map<AssetClass, std::set<std::string>>
5049
underlyingIndices(const boost::shared_ptr<ReferenceDataManager>& referenceDataManager = nullptr) const override;

0 commit comments

Comments
 (0)