Skip to content

Commit fd256cb

Browse files
committed
1 parent 2cbb747 commit fd256cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/patterns/lazyobject.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ namespace QuantLib {
263263
}
264264
}
265265

266-
inline void LazyObject::isCalculated() const {
266+
inline bool LazyObject::isCalculated() const {
267267
return calculated_;
268268
}
269269
}

0 commit comments

Comments
 (0)