diff --git a/src/IDABot.h b/src/IDABot.h
index 809e8d2d29566739bb8e33ecadc3b389aa5b055f..cab9f2551cf156011d937edb6ab20a8b46668c4d 100644
--- a/src/IDABot.h
+++ b/src/IDABot.h
@@ -43,6 +43,7 @@ public:
     const UnitInfoManager & UnitInfo() const;
     CCRace GetPlayerRace(int player) const;
     CCPosition GetStartLocation() const;
+    BuildingPlacer & BuildingPlacer();
 
     int GetCurrentFrame() const;
     int GetMinerals() const;
@@ -54,7 +55,6 @@ public:
 	const std::vector<Unit> & GetMyUnits() const;
     const std::vector<Unit> GetUnits(const UnitType & type, int player = Players::Self) const;
     const std::vector<CCPosition> & GetStartLocations() const;
-    BuildingPlacer & BuildingPlacer();
 
     // Not needed, just convenience functions
     const TypeData & Data(const UnitType & type) const;