Browse Source

LibGfx: Forward declare Gfx::FontMetrics as a struct

Andreas Kling 3 years ago
parent
commit
73fe6c541a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Userland/Libraries/LibGfx/Forward.h

+ 1 - 1
Userland/Libraries/LibGfx/Forward.h

@@ -14,9 +14,9 @@ class Color;
 class DisjointRectSet;
 class Emoji;
 class Font;
-class FontMetrics;
 class GlyphBitmap;
 class ImageDecoder;
+struct FontMetrics;
 
 template<typename T>
 class Line;