Skip to content

Commit f887cb7

Browse files
committed
QPR-13700 fix
1 parent e31e934 commit f887cb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ORE-SWIG/OREAnalytics-SWIG/SWIG/orea_app.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ public:
127127
void setBuildFailedTrades(bool b);
128128
void setObservationModel(const std::string& s);
129129
void setImplyTodaysFixings(bool b);
130-
void setUseAtParCouponCurves(bool b);
131-
void setUseAtParCouponTrades(bool b);
130+
void setUseAtParCouponsCurves(bool b);
131+
void setUseAtParCouponsTrades(bool b);
132132
void setMarketConfig(const std::string& config, const std::string& context);
133133
void setResultsPath(boost::filesystem::path resultsPath);
134134
void setRefDataManager(const ext::shared_ptr<ore::data::BasicReferenceDataManager>& refDataManager);

0 commit comments

Comments
 (0)