mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 06:20:36 +08:00
remove unneeded friend
This commit is contained in:
@@ -98,8 +98,6 @@ template<typename T>
|
||||
class SubscriberROS :
|
||||
public Subscriber<T>
|
||||
{
|
||||
friend class NodeHandle;
|
||||
|
||||
public:
|
||||
/**
|
||||
* Construct Subscriber without a callback function
|
||||
|
||||
Reference in New Issue
Block a user