From 55b887c7fad5ebabf98cff68eb9701a263b86d7b Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Sat, 27 Jun 2020 18:48:22 +0200 Subject: [PATCH] fixup: parent class --- model/leo-mock-channel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/leo-mock-channel.cc b/model/leo-mock-channel.cc index f5260aa..91ba0e7 100644 --- a/model/leo-mock-channel.cc +++ b/model/leo-mock-channel.cc @@ -18,7 +18,7 @@ TypeId LeoMockChannel::GetTypeId (void) { static TypeId tid = TypeId ("ns3::LeoMockChannel") - .SetParent () + .SetParent () .SetGroupName ("Leo") .AddConstructor () ;