mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
LibGfx: Forward-declare TagData in WellKnownProfiles
This commit is contained in:
parent
7696738140
commit
fa1b1f8244
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
namespace Gfx::ICC {
|
namespace Gfx::ICC {
|
||||||
|
|
||||||
class Profile;
|
class Profile;
|
||||||
|
class TagData;
|
||||||
|
|
||||||
ErrorOr<NonnullRefPtr<Profile>> sRGB();
|
ErrorOr<NonnullRefPtr<Profile>> sRGB();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue