iosource: Remove non-existing ManagerBase friend

This commit is contained in:
Arne Welzel 2023-03-20 14:24:48 +01:00
parent 9b8ab7b210
commit 833dd158de
2 changed files with 0 additions and 2 deletions

View file

@ -90,7 +90,6 @@ public:
protected: protected:
friend class Manager; friend class Manager;
friend class ManagerBase;
/** /**
* Structure to pass back information about the packet dumper to the * Structure to pass back information about the packet dumper to the

View file

@ -225,7 +225,6 @@ public:
protected: protected:
friend class Manager; friend class Manager;
friend class ManagerBase;
// Methods to use by derived classes. // Methods to use by derived classes.