mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Remove unnecessary forward declaration of document_ptr
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
#import "OakDocument.h"
|
||||
|
||||
namespace document
|
||||
{
|
||||
struct document_t;
|
||||
typedef std::shared_ptr<document_t> document_ptr;
|
||||
|
||||
} /* document */
|
||||
|
||||
@interface OakDocument (Private)
|
||||
@property (nonatomic) NSInteger revision;
|
||||
@property (nonatomic) NSInteger savedRevision;
|
||||
|
||||
Reference in New Issue
Block a user