mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:37:44 +00:00
LibGfx: Add initializer for ICCProfile::m_creation_timestamp
This commit is contained in:
parent
7ae97c9fc4
commit
1a907aa305
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ private:
|
||||||
DeviceClass m_device_class;
|
DeviceClass m_device_class;
|
||||||
ColorSpace m_data_color_space;
|
ColorSpace m_data_color_space;
|
||||||
ColorSpace m_connection_space;
|
ColorSpace m_connection_space;
|
||||||
time_t m_creation_timestamp;
|
time_t m_creation_timestamp { 0 };
|
||||||
PrimaryPlatform m_primary_platform;
|
PrimaryPlatform m_primary_platform;
|
||||||
Flags m_flags;
|
Flags m_flags;
|
||||||
Optional<DeviceManufacturer> m_device_manufacturer;
|
Optional<DeviceManufacturer> m_device_manufacturer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue