src/devices/mesh/dot11s/peer-management-protocol.h
changeset 5126 8e06088a785d
parent 5125 b90c6c0af6a3
child 5129 5688b8da4526
--- a/src/devices/mesh/dot11s/peer-management-protocol.h	Tue Jul 21 12:51:09 2009 +0400
+++ b/src/devices/mesh/dot11s/peer-management-protocol.h	Tue Jul 21 13:14:52 2009 +0400
@@ -236,7 +236,7 @@
     uint16_t linksOpened;
     uint16_t linksClosed;
 
-    Statistics (uint16_t t = 0) : linksTotal(t), linksOpened (0), linksClosed (0) {};
+    Statistics (uint16_t t = 0);
     void Print (std::ostream & os) const;
   };
   struct Statistics m_stats;