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:
parent
3bc70d7aa5
commit
19ce63babf
2 changed files with 11 additions and 1 deletions
|
@ -276,6 +276,8 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
Vector<Record> const& records() const { return m_records; }
|
||||
|
||||
private:
|
||||
Vector<Record> m_records;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue