git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33541 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-10-12 03:16:11 +00:00
parent 6c4cad54ed
commit fced6d136a
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
* Distributed under the terms of the MIT License.
*/
#include "ThreadListView.h"
#include <stdio.h>
@ -229,7 +230,6 @@ ThreadListView::ThreadRemoved(const Team::ThreadEvent& event)
}
void
ThreadListView::TableSelectionChanged(Table* table)
{

View File

@ -5,6 +5,7 @@
#ifndef THREAD_LIST_VIEW_H
#define THREAD_LIST_VIEW_H
#include <GroupView.h>
#include "table/Table.h"