Added TODO.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33540 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-10-12 03:15:17 +00:00
parent a7fb35d93d
commit 6c4cad54ed
@@ -67,6 +67,9 @@ AbstractTable::AddColumn(TableColumn* column)
}
BColumnListView::AddColumn(privateColumn, column->ModelIndex());
// TODO: The derived classes need to be notified, so that they can create
// fields for the existing rows.
}