Skip to content
Snippets Groups Projects
Commit 5d0c56ec authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

Use hpp::shared_ptr typedef.

parent d18d3785
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ namespace hpp {
// forward declaration of class Planner
HPP_PREDEF_CLASS (Planner);
// Planner objects are manipulated only via shared pointers
typedef boost::shared_ptr <Planner> PlannerPtr_t;
typedef shared_ptr <Planner> PlannerPtr_t;
typedef core::value_type value_type;
/// Example of path planner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment