mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[escher] Make table view accept only table view cell
Change-Id: I393375d0887e692a85747198d5b42d26d207dc83
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <escher/table_view_data_source.h>
|
||||
|
||||
void TableViewDataSource::willDisplayCellAtLocation(View * cell, int i, int j) {
|
||||
void TableViewDataSource::willDisplayCellAtLocation(TableViewCell * cell, int i, int j) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user