Fixed compiler warnings on linux.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9529 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2011-08-16 05:26:25 +00:00
parent 1708aeaafb
commit 8c7a1fd635

View File

@@ -31,8 +31,9 @@
#include <string>
namespace Time
class Time
{
public:
typedef time_t TimeType;
/** Converts the time in this object to a human readable string. */