Skip to content

Commit a135553

Browse files
Farah Khashmanjenkins
authored andcommitted
QPR-12053: const correctness
1 parent 4915279 commit a135553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREData/ored/configuration/yieldcurveconfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ void YieldCurveConfig::fromXML(XMLNode* node) {
332332
populateRequiredCurveIds();
333333
}
334334

335-
XMLNode* YieldCurveConfig::toXML(XMLDocument& doc) const const {
335+
XMLNode* YieldCurveConfig::toXML(XMLDocument& doc) const {
336336
// Allocate a node.
337337
XMLNode* node = doc.allocNode("YieldCurve");
338338

0 commit comments

Comments
 (0)