Fixed GCC 2 build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30424 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-04-26 10:01:22 +00:00
parent fd8ddbc230
commit 1ca32f2c10
1 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,9 @@ private:
}
};
// For GCC 2
friend struct ObjectNode;
struct GroupNode : Node {
Model::ThreadWaitObjectGroup* group;
BObjectList<ObjectNode> objectNodes;
@ -133,6 +136,9 @@ private:
}
};
// For GCC 2
friend struct GroupNode;
struct RootNode : Node {
Model::Thread* thread;
BObjectList<GroupNode> groupNodes;