fixed warning

This commit is contained in:
orignal 2018-02-05 11:13:25 -05:00
parent 030a6ebb71
commit e77037c2b8

View File

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