blob: a367cd40c5f6d611a2d0fdd0f91a135e3a9dc302 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Index: depthimage_to_laserscan-1.0.7/src/DepthImageToLaserScanNodelet.cpp
===================================================================
--- depthimage_to_laserscan-1.0.7.orig/src/DepthImageToLaserScanNodelet.cpp
+++ depthimage_to_laserscan-1.0.7/src/DepthImageToLaserScanNodelet.cpp
@@ -57,5 +57,5 @@ private:
}
#include <pluginlib/class_list_macros.h>
-PLUGINLIB_DECLARE_CLASS(depthimage_to_laserscan, DepthImageToLaserScanNodelet, depthimage_to_laserscan::DepthImageToLaserScanNodelet, nodelet::Nodelet);
+PLUGINLIB_EXPORT_CLASS(depthimage_to_laserscan::DepthImageToLaserScanNodelet, nodelet::Nodelet)
|