소스 검색

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;
 };