aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/px4_subscriber.h
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-23 08:16:07 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-23 08:16:07 +0100
commit57569482ad5739bb4471826014818c92bdb33c6d (patch)
tree1b92a4f15a75517b2f3f1ba43301ae48db375b34 /src/platforms/px4_subscriber.h
parent16c85c6d1870f6f410cf75fc0fe3cb386eb9f6ee (diff)
downloadpx4-firmware-57569482ad5739bb4471826014818c92bdb33c6d.tar.gz
px4-firmware-57569482ad5739bb4471826014818c92bdb33c6d.tar.bz2
px4-firmware-57569482ad5739bb4471826014818c92bdb33c6d.zip
remove unneeded friend
Diffstat (limited to 'src/platforms/px4_subscriber.h')
-rw-r--r--src/platforms/px4_subscriber.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/platforms/px4_subscriber.h b/src/platforms/px4_subscriber.h
index 17a95f12d..6a81ef8d2 100644
--- a/src/platforms/px4_subscriber.h
+++ b/src/platforms/px4_subscriber.h
@@ -98,8 +98,6 @@ template<typename T>
class SubscriberROS :
public Subscriber<T>
{
- friend class NodeHandle;
-
public:
/**
* Construct Subscriber without a callback function