Fix issues included in Cppcheck
[src\astar.h:13]: (style) Class 'AStar' has a constructor with 1 argument that is not explicit.
[src\node.cpp:6]: (performance) Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list.
[src\pathfinder.cpp:7]: (warning) Member variable 'Pathfinder::type' is not initialized in the constructor.
Fix issues included in Cppcheck
[src\astar.h:13]: (style) Class 'AStar' has a constructor with 1 argument that is not explicit.
[src\node.cpp:6]: (performance) Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list.
[src\pathfinder.cpp:7]: (warning) Member variable 'Pathfinder::type' is not initialized in the constructor.