We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f7052f + c409be2 commit ab803a7Copy full SHA for ab803a7
1 file changed
ql/termstructures/inflationtermstructure.hpp
@@ -142,7 +142,7 @@ namespace QuantLib {
142
/*! Calling setSeasonality with no arguments means unsetting
143
as the default is used to choose unsetting.
144
*/
145
- void setSeasonality(const ext::shared_ptr<Seasonality>& seasonality =
+ virtual void setSeasonality(const ext::shared_ptr<Seasonality>& seasonality =
146
ext::shared_ptr<Seasonality>());
147
ext::shared_ptr<Seasonality> seasonality() const;
148
bool hasSeasonality() const;
0 commit comments