Fix the build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31789 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-07-27 00:25:05 +00:00
parent ab7a6c0999
commit d665b9ca2e
1 changed files with 8 additions and 0 deletions

View File

@ -39,3 +39,11 @@ MainWindow::SchedulingPage::SetModel(Model* model)
if (fModel != NULL) {
}
}
void
MainWindow::SchedulingPage::TableRowInvoked(Table* table, int32 rowIndex)
{
// TODO: ...
}