diff --git a/headers/private/interface/ColumnListView.h b/headers/private/interface/ColumnListView.h index 56aaf54542..16524d77d7 100644 --- a/headers/private/interface/ColumnListView.h +++ b/headers/private/interface/ColumnListView.h @@ -306,7 +306,7 @@ public: // Does not delete row or children at this time. // todo: Make delete row and children - void RemoveRow(BRow*); + void RemoveRow(BRow*); void UpdateRow(BRow*); void Clear();