mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
Implement getter/setter for const& property
This commit is contained in:
@@ -32,7 +32,8 @@ OAK_DEBUG_VAR(FileBrowser_DSDirectory);
|
||||
@end
|
||||
|
||||
@implementation FSFileItem
|
||||
@synthesize key;
|
||||
- (std::pair<dev_t, ino_t> const&)key { return key; }
|
||||
- (void)setKey:(std::pair<dev_t, ino_t> const&)newKey { key = newKey; }
|
||||
@end
|
||||
|
||||
namespace
|
||||
|
||||
Reference in New Issue
Block a user