Skip to content
Snippets Groups Projects
Commit 7c3d62d3 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Updated the EXPORT_CLASS macro.

parent 95c51487
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,5 @@ BlobDetectorNodelet::~BlobDetectorNodelet()
}
// parameters are: package, class name, class type, base class type
PLUGINLIB_DECLARE_CLASS(iri_blob_detector, BlobDetectorNodelet, BlobDetectorNodelet, nodelet::Nodelet);
PLUGINLIB_EXPORT_CLASS(BlobDetectorNodelet, nodelet::Nodelet);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment