mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
fixup: parent class
This commit is contained in:
parent
3b245ebefe
commit
55b887c7fa
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ TypeId
|
|||
LeoMockChannel::GetTypeId (void)
|
||||
{
|
||||
static TypeId tid = TypeId ("ns3::LeoMockChannel")
|
||||
.SetParent<Channel> ()
|
||||
.SetParent<MockChannel> ()
|
||||
.SetGroupName ("Leo")
|
||||
.AddConstructor<LeoMockChannel> ()
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue