src/devices/point-to-point/point-to-point-net-device.h
changeset 1303 9856d1175cbb
parent 1280 8c51afddffcb
child 1304 642d6798feaa
--- a/src/devices/point-to-point/point-to-point-net-device.h	Wed Aug 22 12:02:42 2007 -0400
+++ b/src/devices/point-to-point/point-to-point-net-device.h	Fri Aug 24 11:44:11 2007 -0400
@@ -211,7 +211,7 @@
    * @param protocolNumber Protocol Number used to find protocol touse
    * @returns true if success, false on failure
    */
-  virtual bool SendTo (const Packet& p, const Address& dest, 
+  virtual bool SendTo (Packet& p, const Address& dest, 
                        uint16_t protocolNumber);
   /**
    * Start Sending a Packet Down the Wire.