gcc4 build fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30186 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -383,7 +383,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
typedef std::map<string, SharedImage*> ImageMap;
|
typedef std::map<std::string, SharedImage*> ImageMap;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
BObjectList<Team> fTeams;
|
BObjectList<Team> fTeams;
|
||||||
|
|||||||
Reference in New Issue
Block a user