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:
parent
6bed20f456
commit
b69488031b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
namespace PDF {
|
namespace PDF {
|
||||||
|
|
||||||
class Page;
|
struct Page;
|
||||||
|
|
||||||
class ColorSpace : public RefCounted<ColorSpace> {
|
class ColorSpace : public RefCounted<ColorSpace> {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue