Quellcode durchsuchen

Nullkiller: fix build

Andrii Danylchenko vor 4 Jahren
Ursprung
Commit
c10c1cab2c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      AI/Nullkiller/Pathfinding/AINodeStorage.h

+ 1 - 1
AI/Nullkiller/Pathfinding/AINodeStorage.h

@@ -81,7 +81,7 @@ struct AIPath
 
 	std::string toString() const;
 
-	std::shared_ptr<const ISpecialAction> AIPath::getFirstBlockedAction() const;
+	std::shared_ptr<const ISpecialAction> getFirstBlockedAction() const;
 
 	bool containsHero(const CGHeroInstance * hero) const;
 };