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
commit b69488031b
Notes: sideshowbarker 2024-07-17 16:24:19 +09:00

View file

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