1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:37:35 +00:00

MacPDF: Rename LagomPDFDocument to MacPDFDocument

This commit is contained in:
Nico Weber 2023-09-30 18:58:24 -04:00 committed by Andrew Kaster
parent f99771d46f
commit 76f0a09b5e
6 changed files with 10 additions and 10 deletions

View file

@ -60,7 +60,7 @@ static NSBitmapImageRep* ns_from_gfx(NonnullRefPtr<Gfx::Bitmap> bitmap_p)
@implementation MacPDFView
// Called from LagomPDFDocument
// Called from MacPDFDocument.
- (void)setDocument:(WeakPtr<PDF::Document>)doc
{
NSLog(@"doc set");