Skip to content

Commit

Permalink
Try adding lcov exception
Browse files Browse the repository at this point in the history
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
  • Loading branch information
darbyjohnston committed Jan 16, 2025
1 parent 1d7ed8f commit e58b36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/opentimelineio/typeRegistry.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e58b36f

Please sign in to comment.