1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:17:35 +00:00

LibPDF: Fix mismatched class/struct declaration

This commit is contained in:
Matthew Olsson 2022-03-29 10:20:50 -07:00 committed by Andreas Kling
parent 6bed20f456
commit b69488031b

View file

@ -25,7 +25,7 @@
namespace PDF { namespace PDF {
class Page; struct Page;
class ColorSpace : public RefCounted<ColorSpace> { class ColorSpace : public RefCounted<ColorSpace> {
public: public: