Skip to content

Commit

Permalink
Don't be too strict about the structure type in Primitive records
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Dec 30, 2023
1 parent 1231f86 commit c7c2daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Structures/StructPrimitives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void StructPrimitives::read(FileFormatVersion /* aVersion */)

FutureDataLst localFutureLst{mCtx};

parser.auto_read_prefixes(Structure::Primitives, localFutureLst);
parser.auto_read_prefixes(localFutureLst);

parser.readPreamble();

Expand Down

0 comments on commit c7c2daf

Please sign in to comment.