We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7ed8f commit e58b36fCopy full SHA for e58b36f
src/opentimelineio/typeRegistry.h
@@ -60,8 +60,8 @@ class TypeRegistry
60
CLASS::Schema::name,
61
CLASS::Schema::version,
62
&typeid(CLASS),
63
- []() -> SerializableObject* { return new CLASS; },
64
- CLASS::Schema::name); // LCOV_EXCL_EXCEPTION_BR_LINE
+ []() -> SerializableObject* { return new CLASS; }, // LCOV_EXCL_EXCEPTION_BR_LINE
+ CLASS::Schema::name);
65
}
66
67
/// Register a new schema.
0 commit comments