Skip to content

Commit 1906855

Browse files
committed
Fix compiler?
1 parent 6fec59e commit 1906855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/mods/deathmatch/logic/CBuildingManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <list>
1616

1717
using std::list;
18+
using CBuildingListType = CFastList<CBuilding*>;
1819

1920
class CBuildingManager
2021
{
@@ -28,7 +29,6 @@ class CBuildingManager
2829
CBuilding* CreateFromXML(CElement* pParent, CXMLNode& Node, CEvents* pEvents);
2930
void DeleteAll();
3031

31-
using CBuildingListType = CFastList<CBuilding*>;
3232
CBuildingListType::const_iterator IterBegin() const noexcept { return m_List.begin(); }
3333
CBuildingListType::const_iterator IterEnd() const noexcept { return m_List.end(); }
3434

0 commit comments

Comments
 (0)