Skip to content

Commit 241b87f

Browse files
committed
fix gcc build
1 parent 6c17934 commit 241b87f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/experimental/volatility/interestratevolsurface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ namespace QuantLib {
6767
//! \name VolatilityTermStructure interface
6868
//@{
6969
//! period/date conversion
70-
Date optionDateFromTenor(const Period&) const;
70+
Date optionDateFromTenor(const Period&) const override;
7171
//@}
7272
const ext::shared_ptr<InterestRateIndex>& index() const;
7373
//! \name Visitability

0 commit comments

Comments
 (0)