diff --git a/Source/GSTextStorage.m b/Source/GSTextStorage.m index b73b6f82b..5a2318779 100644 --- a/Source/GSTextStorage.m +++ b/Source/GSTextStorage.m @@ -46,6 +46,7 @@ #include #include #include +#include "GSTextStorage.h" #define SANITY_CHECKS 0 @@ -121,13 +122,6 @@ unCacheAttributes(NSDictionary *attrs) -@interface GSTextStorage : NSTextStorage -{ - NSMutableString *_textChars; - NSMutableArray *_infoArray; -} -@end - @interface GSTextInfo : NSObject { @public