Remove unnecessary forward declaration of document_ptr

This commit is contained in:
Allan Odgaard
2016-07-11 22:49:50 +02:00
parent 1a7ef1af2b
commit ee26676df4

View File

@@ -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;