Skip to content

Commit

Permalink
repair discrepancies between copentimelineio headers and code
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Morley <jmorley.signup@runbox.com>
  • Loading branch information
rogergodspeed committed Apr 2, 2024
1 parent 6477e25 commit 937b40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/copentimelineio/anyVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ AnyVectorIterator_not_equal(AnyVectorIterator *lhs, AnyVectorIterator *rhs);

OTIO_API void AnyVectorIterator_destroy(AnyVectorIterator *self);

OTIO_API AnyVectorMutationStamp *MutationStamp_create(AnyVector *v);
OTIO_API AnyVectorMutationStamp *AnyVectorMutationStamp_create(AnyVector *v);

OTIO_API void MutationStamp_destroy(AnyVectorMutationStamp *self);
OTIO_API void AnyVectorMutationStamp_destroy(AnyVectorMutationStamp *self);

OTIO_API AnyVectorMutationStamp *
AnyVector_get_or_create_mutation_stamp(AnyVector *self);
1 change: 0 additions & 1 deletion include/copentimelineio/timeline.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ OTIO_API const char *Timeline_to_json_string(
Timeline *self, OTIOErrorStatus *error_status, int indent);
OTIO_API bool Timeline_is_equivalent_to(Timeline *self, OTIOSerializableObject *other);
OTIO_API Timeline *Timeline_clone(Timeline *self, OTIOErrorStatus *error_status);
OTIO_API bool Timeline_is_unknown_schema(Timeline *self);
OTIO_API const char *Timeline_schema_name(Timeline *self);
OTIO_API int Timeline_schema_version(Timeline *self);

0 comments on commit 937b40c

Please sign in to comment.