summaryrefslogtreecommitdiffstats
path: root/macosx/HBTreeNode.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-03-09 19:16:40 +0100
committerDamiano Galassi <[email protected]>2016-03-09 19:16:40 +0100
commit96c02dd6f256f4a4e74f8962f56502d28e5e65a3 (patch)
tree44433165a1403802be62d6072a3a3963913e92d9 /macosx/HBTreeNode.h
parent6dfc9c4a5a5d9a7bc56d9b10756e3b66a5887069 (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.h2
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>