Fix include file so that devel/ros-laser_pipeline builds with clang.

This commit is contained in:
Rene Ladan 2011-07-26 21:24:51 +00:00
parent 42b3eac2bd
commit 2dda84175e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278379

View file

@ -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
{