diff --git a/src/opentimelineio/typeRegistry.h b/src/opentimelineio/typeRegistry.h index f91d91cea..b72f4be3d 100644 --- a/src/opentimelineio/typeRegistry.h +++ b/src/opentimelineio/typeRegistry.h @@ -60,8 +60,8 @@ class TypeRegistry CLASS::Schema::name, CLASS::Schema::version, &typeid(CLASS), - []() -> SerializableObject* { return new CLASS; }, - CLASS::Schema::name); // LCOV_EXCL_EXCEPTION_BR_LINE + []() -> SerializableObject* { return new CLASS; }, // LCOV_EXCL_EXCEPTION_BR_LINE + CLASS::Schema::name); } /// Register a new schema.