gcc 3 fixes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4227 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -66,7 +66,6 @@ class BLooperList
|
||||
BLooper* LooperForName(const char* name);
|
||||
BLooper* LooperForPort(port_id port);
|
||||
|
||||
private:
|
||||
struct LooperData
|
||||
{
|
||||
LooperData();
|
||||
@@ -78,6 +77,7 @@ class BLooperList
|
||||
uint32 id;
|
||||
};
|
||||
|
||||
private:
|
||||
static bool EmptySlotPred(LooperData& Data);
|
||||
struct FindLooperPred
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user