Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sophistis42 authored Nov 1, 2024
1 parent b07faa4 commit de190cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql/termstructures/yield/oisratehelper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace QuantLib {
Natural lockoutDays = 0,
bool applyObservationShift = false,
ext::shared_ptr<FloatingRateCouponPricer> pricer = {},
DateGeneration::Rule rule = DateGeneration::Backward));
DateGeneration::Rule rule = DateGeneration::Backward);
//! \name RateHelper interface
//@{
Real impliedQuote() const override;
Expand Down

0 comments on commit de190cc

Please sign in to comment.