use proper parent classname

This commit is contained in:
Mathieu Lacage
2010-07-06 15:41:15 +02:00
parent b1e17bf184
commit bb11b39993

View File

@@ -40,7 +40,7 @@ TypeId
DefaultSimulatorImpl::GetTypeId (void)
{
static TypeId tid = TypeId ("ns3::DefaultSimulatorImpl")
.SetParent<Object> ()
.SetParent<SimulatorImpl> ()
.AddConstructor<DefaultSimulatorImpl> ()
;
return tid;