src/node/node.h
changeset 936 fc8942ceaef1
parent 729 b5e744285e92
child 1175 00ad4ec69939
--- a/src/node/node.h	Mon Jul 02 19:47:03 2007 +0200
+++ b/src/node/node.h	Mon Jul 02 19:59:40 2007 -0500
@@ -160,7 +160,7 @@
    * at this point to setup the node's receive function for
    * the NetDevice packets.
    */
-  virtual void DoAddDevice (Ptr<NetDevice> device) const = 0;
+  virtual void DoAddDevice (Ptr<NetDevice> device) = 0;
 
   uint32_t    m_id;         // Node id for this node
   uint32_t    m_sid;        // System id for this node