1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:07:35 +00:00

icc: Print MultiLocalizedUnicodeTagData contents

This commit is contained in:
Nico Weber 2023-01-21 21:48:08 -05:00 committed by Linus Groh
parent 3bc70d7aa5
commit 19ce63babf
2 changed files with 11 additions and 1 deletions

View file

@ -276,6 +276,8 @@ public:
{
}
Vector<Record> const& records() const { return m_records; }
private:
Vector<Record> m_records;
};