summaryrefslogtreecommitdiff
path: root/ui/tree_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tree_view.h')
-rw-r--r--ui/tree_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tree_view.h b/ui/tree_view.h
index 01c737bc..331e1f30 100644
--- a/ui/tree_view.h
+++ b/ui/tree_view.h
@@ -147,7 +147,7 @@ private:
template <bool ascending> static void sortSingleLevel(std::vector<TreeLine>& items, ColumnTypeNavi columnType);
template <bool ascending> struct LessShortName;
- std::vector<TreeLine> flatTree; //collapsable/expandable sub-tree of partial view -> always sorted!
+ std::vector<TreeLine> flatTree; //collapsable/expandable sub-tree of folderCmpView -> always sorted!
/* /|\
| (update...)
| */
bgstack15