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

LibGfx: Forward-declare TagData in WellKnownProfiles

This commit is contained in:
Matthew Olsson 2023-07-18 18:35:45 -07:00 committed by Sam Atkins
parent 7696738140
commit fa1b1f8244

View file

@ -12,6 +12,7 @@
namespace Gfx::ICC {
class Profile;
class TagData;
ErrorOr<NonnullRefPtr<Profile>> sRGB();