aboutsummaryrefslogtreecommitdiffstats
path: root/math/ros-geometry
diff options
context:
space:
mode:
Diffstat (limited to 'math/ros-geometry')
-rw-r--r--math/ros-geometry/files/patch-tf__include__tf__message_filter.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/ros-geometry/files/patch-tf__include__tf__message_filter.h b/math/ros-geometry/files/patch-tf__include__tf__message_filter.h
new file mode 100644
index 000000000000..5faf1f3f947d
--- /dev/null
+++ b/math/ros-geometry/files/patch-tf__include__tf__message_filter.h
@@ -0,0 +1,11 @@
+--- tf/include/tf/message_filter.h.orig 2011-05-27 19:54:24.000000000 +0200
++++ tf/include/tf/message_filter.h 2011-07-26 23:10:48.000000000 +0200
+@@ -398,7 +398,7 @@
+
+ ++successful_transform_count_;
+
+- signalMessage(evt);
++ this->signalMessage(evt);
+ }
+ else
+ {