Skip to content

Commit

Permalink
replace the use of 'class' with 'struct' in unknownSchema.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rogergodspeed committed Sep 22, 2024
1 parent e53fdbb commit a92b1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/copentimelineio/unknownSchema.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# define OTIO_API
#endif

typedef class UnknownSchema UnknownSchema;
typedef struct UnknownSchema UnknownSchema;

OTIO_API UnknownSchema *UnknownSchema_create(
const char *original_schema_name, int original_schema_version);
Expand Down

0 comments on commit a92b1f6

Please sign in to comment.