Skip to content

Commit

Permalink
Adding template (ros#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi authored Feb 10, 2020
1 parent 19db93a commit 53ab192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class Synchronizer : public boost::noncopyable, public Policy
template<int i>
void cb(const typename mpl::at_c<Events, i>::type& evt)
{
this->add<i>(evt);
this->template add<i>(evt);
}

uint32_t queue_size_;
Expand Down

0 comments on commit 53ab192

Please sign in to comment.