Skip to content

Commit

Permalink
Automated fixes by clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lballabio committed Oct 4, 2024
1 parent 8bd5703 commit 89c26e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql/cashflows/cpicoupon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ namespace QuantLib {
Calendar exCouponCalendar_;
BusinessDayConvention exCouponAdjustment_ = Following;
bool exCouponEndOfMonth_ = false;
Date baseDate_ = Date();
Date baseDate_;
};


Expand Down

0 comments on commit 89c26e1

Please sign in to comment.