Skip to content

Commit d4cc1f6

Browse files
committed
added -this- to reference the same class
1 parent 390b719 commit d4cc1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bag_tools/include/bag_tools/camera_bag_processor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class BagSubscriber : public message_filters::SimpleFilter<M>
5353
public:
5454
void newMessage(const boost::shared_ptr<M const> &msg)
5555
{
56-
signalMessage(msg);
56+
this->signalMessage(msg);
5757
}
5858
};
5959

0 commit comments

Comments
 (0)