Skip to content

Commit

Permalink
Explicit constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Dec 17, 2024
1 parent 54580b9 commit ac0a941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql/time/calendars/newzealand.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace QuantLib {
public:
//! NZ calendars
enum Market { Wellington, Auckland };
NewZealand(Market market = Wellington);
explicit NewZealand(Market market = Wellington);
};

}
Expand Down

0 comments on commit ac0a941

Please sign in to comment.