fix cygwin build break
authorCraig Dowell <craigdo@ee.washington.edu>
Wed, 24 Feb 2010 11:58:24 -0800
changeset 6057 1f5b78df0ec6
parent 6056 27b8cb0963bf
child 6059 6f5ebcd52ced
fix cygwin build break
src/helper/csma-helper.h
src/helper/point-to-point-helper.h
--- a/src/helper/csma-helper.h	Wed Feb 24 10:15:27 2010 -0800
+++ b/src/helper/csma-helper.h	Wed Feb 24 11:58:24 2010 -0800
@@ -50,6 +50,7 @@
    * Construct a CsmaHelper.
    */
   CsmaHelper ();
+  virtual ~CsmaHelper () {}
 
   /**
    * \param type the type of queue
--- a/src/helper/point-to-point-helper.h	Wed Feb 24 10:15:27 2010 -0800
+++ b/src/helper/point-to-point-helper.h	Wed Feb 24 11:58:24 2010 -0800
@@ -50,6 +50,7 @@
    * point networks.
    */
   PointToPointHelper ();
+  virtual ~PointToPointHelper () {}
 
   /**
    * Each point to point net device must have a queue to pass packets through.