浏览代码

Nullkiller: fix build

Andrii Danylchenko 4 年之前
父节点
当前提交
c10c1cab2c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 };