Skip to content

Commit

Permalink
Merge pull request #924 from mikepurvis/patch-1
Browse files Browse the repository at this point in the history
Fix WallTimerEvent class -> struct
  • Loading branch information
dirk-thomas authored Nov 2, 2016
2 parents 753ff95 + 29a190b commit 8f9c417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/roscpp/include/ros/transport_publisher_link.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ typedef boost::weak_ptr<Subscription> SubscriptionWPtr;
class Connection;
typedef boost::shared_ptr<Connection> ConnectionPtr;

class WallTimerEvent;
struct WallTimerEvent;

/**
* \brief Handles a connection to a single publisher on a given topic. Receives messages from a publisher
Expand Down

0 comments on commit 8f9c417

Please sign in to comment.