Skip to content

Commit

Permalink
update to use non deprecated pluginlib macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored Oct 27, 2017
1 parent 8768f4b commit 0f8db5e
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 0f8db5e

Please sign in to comment.