mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +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 {
|
||||
|
||||
class Page;
|
||||
struct Page;
|
||||
|
||||
class ColorSpace : public RefCounted<ColorSpace> {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue