Cleanup: Correct outdated tree view item comment

This commit is contained in:
Hans Goudey
2023-09-01 22:57:50 -04:00
parent 347e4692de
commit da0c7ca0c2

View File

@@ -292,9 +292,8 @@ class BasicTreeViewItem : public AbstractTreeViewItem {
protected:
/**
* Optionally passed to the #BasicTreeViewItem constructor. Called when activating this tree
* view item. This way users don't have to sub-class #BasicTreeViewItem, just to implement
* custom activation behavior (a common thing to do).
* Called when activating this tree view item. This way users don't have to sub-class
* #BasicTreeViewItem, just to implement custom activation behavior (a common thing to do).
*/
ActivateFn activate_fn_;