1.1 --- a/src/contrib/stats/data-calculator.cc Tue Sep 02 17:32:19 2008 +0100
1.2 +++ b/src/contrib/stats/data-calculator.cc Tue Sep 02 10:12:14 2008 -0700
1.3 @@ -61,7 +61,7 @@
1.4 // end DataCalculator::SetKey
1.5 }
1.6
1.7 -const std::string
1.8 +std::string
1.9 DataCalculator::GetKey() const
1.10 {
1.11 return m_key;
2.1 --- a/src/contrib/stats/data-calculator.h Tue Sep 02 17:32:19 2008 +0100
2.2 +++ b/src/contrib/stats/data-calculator.h Tue Sep 02 10:12:14 2008 -0700
2.3 @@ -41,7 +41,7 @@
2.4 void Disable();
2.5
2.6 void SetKey(const std::string key);
2.7 - const std::string GetKey() const;
2.8 + std::string GetKey() const;
2.9
2.10 virtual void Start(const Time& startTime);
2.11 virtual void Stop(const Time& stopTime);