fixup: parent class

This commit is contained in:
Tim Schubert 2020-06-27 18:48:22 +02:00
parent 3b245ebefe
commit 55b887c7fa

View file

@ -18,7 +18,7 @@ TypeId
LeoMockChannel::GetTypeId (void) LeoMockChannel::GetTypeId (void)
{ {
static TypeId tid = TypeId ("ns3::LeoMockChannel") static TypeId tid = TypeId ("ns3::LeoMockChannel")
.SetParent<Channel> () .SetParent<MockChannel> ()
.SetGroupName ("Leo") .SetGroupName ("Leo")
.AddConstructor<LeoMockChannel> () .AddConstructor<LeoMockChannel> ()
; ;