Browse Source

fixed warning

pull/1035/head
orignal 7 years ago
parent
commit
e77037c2b8
  1. 2
      libi2pd/TunnelBase.h

2
libi2pd/TunnelBase.h

@ -66,7 +66,7 @@ namespace tunnel
return t1->GetCreationTime () > t2->GetCreationTime (); return t1->GetCreationTime () > t2->GetCreationTime ();
else else
return t1 < t2; return t1 < t2;
}; }
}; };
} }
} }

Loading…
Cancel
Save