a bug has been fixed. some warnings have been found

This commit is contained in:
mikhail4021 2014-01-20 17:27:46 +04:00
parent 4b2e6b8b2f
commit a9ac6b77f4
2 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,7 @@ namespace tunnel
{
public:
//WARNING!!! GetSecondsSinceEpoch() return uint64_t
TunnelBase (): m_CreationTime (i2p::util::GetSecondsSinceEpoch ()) {};
virtual ~TunnelBase () {};