summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ros/urdf_parser_plugin/files/urdfdom1.patch')
-rw-r--r--dev-ros/urdf_parser_plugin/files/urdfdom1.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-ros/urdf_parser_plugin/files/urdfdom1.patch b/dev-ros/urdf_parser_plugin/files/urdfdom1.patch
new file mode 100644
index 000000000000..ce4413d03144
--- /dev/null
+++ b/dev-ros/urdf_parser_plugin/files/urdfdom1.patch
@@ -0,0 +1,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;
+ };
+
+ }