mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Move protocol conformance declaration to implementation file
This commit is contained in:
@@ -30,7 +30,7 @@ enum OTVFontSmoothing : NSUInteger
|
||||
- (std::map<std::string, std::string>)variables;
|
||||
@end
|
||||
|
||||
PUBLIC @interface OakTextView : OakView <NSTextFieldDelegate>
|
||||
PUBLIC @interface OakTextView : OakView
|
||||
- (void)setDocument:(document::document_ptr const&)aDocument;
|
||||
|
||||
#if !defined(MAC_OS_X_VERSION_10_7) || (MAC_OS_X_VERSION_MIN_REQUIRED <= MAC_OS_X_VERSION_10_7)
|
||||
|
||||
@@ -229,7 +229,7 @@ struct buffer_refresh_callback_t;
|
||||
typedef indexed_map_t<OakAccessibleLink*> links_t;
|
||||
typedef std::shared_ptr<links_t> links_ptr;
|
||||
|
||||
@interface OakTextView () <NSTextInputClient, NSIgnoreMisspelledWords, NSChangeSpelling>
|
||||
@interface OakTextView () <NSTextInputClient, NSIgnoreMisspelledWords, NSChangeSpelling, NSTextFieldDelegate>
|
||||
{
|
||||
OBJC_WATCH_LEAKS(OakTextView);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user