diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-07-26 21:24:51 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-07-26 21:24:51 +0000 |
commit | 2dda84175ebb9d25eb222510bd3cce1c831ee23c (patch) | |
tree | b3d6959ecb2a4e062b194cc52ff995ff7c459362 /math/ros-geometry | |
parent | 42b3eac2bd18b962c8fc5cbb12312b495ecc113f (diff) |
Notes
Diffstat (limited to 'math/ros-geometry')
-rw-r--r-- | math/ros-geometry/files/patch-tf__include__tf__message_filter.h | 11 |
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 + { |