mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
LibPDF: Fix mismatched class/struct declaration
This commit is contained in:
parent
6bed20f456
commit
b69488031b
Notes:
sideshowbarker
2024-07-17 16:24:19 +09:00
Author: https://github.com/mattco98
Commit: b69488031b
Pull-request: https://github.com/SerenityOS/serenity/pull/13326
Reviewed-by: https://github.com/alimpfard
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