diff --git a/Userland/Libraries/LibGfx/ICCProfile.h b/Userland/Libraries/LibGfx/ICCProfile.h index a851cbe0cf..585aa1d619 100644 --- a/Userland/Libraries/LibGfx/ICCProfile.h +++ b/Userland/Libraries/LibGfx/ICCProfile.h @@ -241,16 +241,16 @@ private: u32 m_on_disk_size { 0 }; Optional m_preferred_cmm_type; Version m_version; - DeviceClass m_device_class; - ColorSpace m_data_color_space; - ColorSpace m_connection_space; + DeviceClass m_device_class {}; + ColorSpace m_data_color_space {}; + ColorSpace m_connection_space {}; time_t m_creation_timestamp { 0 }; - PrimaryPlatform m_primary_platform; + PrimaryPlatform m_primary_platform {}; Flags m_flags; Optional m_device_manufacturer; Optional m_device_model; DeviceAttributes m_device_attributes; - RenderingIntent m_rendering_intent; + RenderingIntent m_rendering_intent {}; XYZ m_pcs_illuminant; Optional m_creator; Optional m_id;