From 2b388c6a88f25920eb19e2eb117cd3b57ea37c5a Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Thu, 30 Jan 2020 07:47:10 -0500 Subject: [PATCH] Finish initialization method --- Source/NSFontCollection.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/NSFontCollection.m b/Source/NSFontCollection.m index d9d7b6933..c934e3abf 100644 --- a/Source/NSFontCollection.m +++ b/Source/NSFontCollection.m @@ -30,7 +30,8 @@ #import // NOTE: Some of this cannot be implemented currently since the backend does not support physically -// moving fonts on the filesystem... this is here for compatilibility for now. +// moving fonts on the filesystem... this is here for compatilibility for now. + @interface NSMutableFontCollection (Private) - (void) _setFonts: (NSArray *)fonts;