From 82501dc553b59f8962c09e6a2efcffb56c907bfd Mon Sep 17 00:00:00 2001 From: DjWarmonger Date: Mon, 2 Dec 2024 13:15:27 +0100 Subject: [PATCH] Update lib/rmg/RmgPath.h Co-authored-by: Ivan Savenko --- lib/rmg/RmgPath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rmg/RmgPath.h b/lib/rmg/RmgPath.h index 8cfe9e59f..7707e1abb 100644 --- a/lib/rmg/RmgPath.h +++ b/lib/rmg/RmgPath.h @@ -21,7 +21,7 @@ namespace rmg class Path { public: - typedef std::function MoveCostFunction; + using MoveCostFunction = std::function; const static MoveCostFunction DEFAULT_MOVEMENT_FUNCTION; Path(const Area & area);