diff --git a/Meta/Lagom/Contrib/MacPDF/LagomPDFDocument.mm b/Meta/Lagom/Contrib/MacPDF/LagomPDFDocument.mm index a35147d080..f7af8f09d1 100644 --- a/Meta/Lagom/Contrib/MacPDF/LagomPDFDocument.mm +++ b/Meta/Lagom/Contrib/MacPDF/LagomPDFDocument.mm @@ -136,6 +136,11 @@ return YES; } +- (BOOL)isEntireFileLoaded +{ + return NO; +} + - (IBAction)showGoToPageDialog:(id)sender { auto alert = [[NSAlert alloc] init];