diff options
author | Damiano Galassi <[email protected]> | 2016-03-09 19:16:40 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-03-09 19:16:40 +0100 |
commit | 96c02dd6f256f4a4e74f8962f56502d28e5e65a3 (patch) | |
tree | 44433165a1403802be62d6072a3a3963913e92d9 /macosx/HBTreeNode.h | |
parent | 6dfc9c4a5a5d9a7bc56d9b10756e3b66a5887069 (diff) |
MacGui: use the kvc accessor methods, so that the presets menu will update properly after a change in the presets.
Diffstat (limited to 'macosx/HBTreeNode.h')
-rw-r--r-- | macosx/HBTreeNode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBTreeNode.h b/macosx/HBTreeNode.h index be40a6125..4b0afcb12 100644 --- a/macosx/HBTreeNode.h +++ b/macosx/HBTreeNode.h @@ -10,7 +10,7 @@ NS_ASSUME_NONNULL_BEGIN /** * Notify a delegate that something changed in the tree. - * KVO observing a tree looked complicated an expensive, so this is a lightweight + * KVO observing a tree looks complicated and expensive, so this is a lightweight * way to track the changes we need to know. */ @protocol HBTreeNodeDelegate <NSObject> |