src/devices/p2p/p2p-net-device.cc
changeset 607 1b7abeccfcda
parent 581 15240a33f517
child 728 95c426b1cb60
--- a/src/devices/p2p/p2p-net-device.cc	Mon May 14 09:26:51 2007 +0200
+++ b/src/devices/p2p/p2p-net-device.cc	Mon May 14 10:06:12 2007 +0200
@@ -32,7 +32,7 @@
 
 namespace ns3 {
 
-PointToPointNetDevice::PointToPointNetDevice (Ptr<Node> node) 
+PointToPointNetDevice::PointToPointNetDevice (Ptr<INode> node) 
 : 
   NetDevice(node, MacAddress ("00:00:00:00:00:00")), 
   m_txMachineState (READY),