diff C++/modules/Date/Date.cpp @ 418:30e4a93f86c7

Pet doxygen a bit
author David Demelier <markand@malikania.fr>
date Thu, 08 Oct 2015 10:07:47 +0200
parents d5ec1174b707
children
line wrap: on
line diff
--- a/C++/modules/Date/Date.cpp	Thu Oct 08 10:02:37 2015 +0200
+++ b/C++/modules/Date/Date.cpp	Thu Oct 08 10:07:47 2015 +0200
@@ -28,10 +28,6 @@
 	m_timestamp = timestamp;
 }
 
-Date::~Date()
-{
-}
-
 std::string Date::format(const std::string &format)
 {
 	char buffer[512];