fix gcov link
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 07 Jun 2007 10:51:25 +0200
changeset 871 0451a0497ca3
parent 870 e335d37541c3
child 872 cd19d2692521
fix gcov link
src/common/data-rate.cc
--- a/src/common/data-rate.cc	Thu Jun 07 10:38:48 2007 +0200
+++ b/src/common/data-rate.cc	Thu Jun 07 10:51:25 2007 +0200
@@ -23,9 +23,8 @@
 #include "ns3/nstime.h"
 #include "ns3/fatal-error.h"
 
-namespace {
 
-bool
+static bool
 DoParse (const std::string s, uint64_t *v)
 {
   std::string::size_type n = s.find_first_not_of("0123456789.");
@@ -123,7 +122,6 @@
   return true;
 }
 
-}
 
 namespace ns3 {