Skip to content

Commit

Permalink
Merge pull request ros-drivers#40 from ros-drivers/mikaelarguedas-pat…
Browse files Browse the repository at this point in the history
…ch-1

update to use non deprecated pluginlib macro
  • Loading branch information
k-okada authored Jul 24, 2018
2 parents 8768f4b + 0f8db5e commit 75504ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gscam_nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <pluginlib/class_list_macros.h>
#include <gscam/gscam_nodelet.h>

PLUGINLIB_DECLARE_CLASS(gscam, GSCamNodelet, gscam::GSCamNodelet, nodelet::Nodelet)
PLUGINLIB_EXPORT_CLASS(gscam::GSCamNodelet, nodelet::Nodelet)

namespace gscam {
GSCamNodelet::GSCamNodelet() :
Expand Down

0 comments on commit 75504ef

Please sign in to comment.