summaryrefslogtreecommitdiff
blob: ce4413d031443e60fac2b1b1c8a62188df352f7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: urdf_parser_plugin/include/urdf_parser_plugin/parser.h
===================================================================
--- urdf_parser_plugin.orig/include/urdf_parser_plugin/parser.h
+++ urdf_parser_plugin/include/urdf_parser_plugin/parser.h
@@ -54,7 +54,7 @@ public:
   }
 
   /// \brief Load Model from string
-  virtual boost::shared_ptr<ModelInterface> parse(const std::string &xml_string) = 0;
+  virtual std::shared_ptr<ModelInterface> parse(const std::string &xml_string) = 0;
 };
   
 }