Skip to content
Snippets Groups Projects
Unverified Commit 681c6343 authored by Kei Okada's avatar Kei Okada Committed by GitHub
Browse files

Merge pull request #45 from mikaelarguedas/patch-2

update to use non deprecated pluginlib macro
parents c7d0bb3e 0cced03e
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,5 @@ void CameraNodelet::onInit() {
// Register this plugin with pluginlib.
//
// parameters are: package, class name, class type, base class type
PLUGINLIB_DECLARE_CLASS(libuvc_camera, driver,
libuvc_camera::CameraNodelet, nodelet::Nodelet);
// parameters are: class type, base class type
PLUGINLIB_EXPORT_CLASS(libuvc_camera::CameraNodelet, 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