From ced3ef5e50fc3a12ccfbc1c6c3fce114ce01ad6c Mon Sep 17 00:00:00 2001 From: Matchman Green Date: Sun, 29 Apr 2012 16:46:46 +0800 Subject: [PATCH] remove struct declaration --- src/util/DateTime.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/DateTime.hh b/src/util/DateTime.hh index ff89f74..b207750 100644 --- a/src/util/DateTime.hh +++ b/src/util/DateTime.hh @@ -35,8 +35,8 @@ public : std::time_t Sec( ) const ; unsigned long NanoSec( ) const ; - struct tm Tm() const ; - struct timeval Tv() const ; + tm Tm() const ; + timeval Tv() const ; bool operator==( const DateTime& dt ) const ; bool operator!=( const DateTime& dt ) const ;