use proper parent class

This commit is contained in:
Mathieu Lacage
2010-07-06 15:40:16 +02:00
parent 6a78f78475
commit b1e17bf184

View File

@@ -45,7 +45,7 @@ TypeId
RealtimeSimulatorImpl::GetTypeId (void)
{
static TypeId tid = TypeId ("ns3::RealtimeSimulatorImpl")
.SetParent<Object> ()
.SetParent<SimulatorImpl> ()
.AddConstructor<RealtimeSimulatorImpl> ()
.AddAttribute ("SynchronizationMode",
"What to do if the simulation cannot keep up with real time.",