Skip to content

Commit c25bd86

Browse files
committed
updated function declarations
Signed-off-by: Yingjie Wang <[email protected]>
1 parent ce396cc commit c25bd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opentimelineio/composable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Composable : public SerializableObjectWithMetadata
4747

4848
/// @brief Return the available image bounds.
4949
virtual std::optional<IMATH_NAMESPACE::Box2d>
50-
available_image_bounds(ErrorStatus* error_status) const;
50+
available_image_bounds(ErrorStatus* error_status = nullptr) const;
5151

5252
protected:
5353
bool _set_parent(Composition*) noexcept;

0 commit comments

Comments
 (0)