1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-06-05 09:41:34 +00:00

removed '#undef _SEP_'

This commit is contained in:
Koncord 2016-08-02 17:35:18 +08:00
parent bdfaea2d46
commit 9375b540d6

View file

@ -60,9 +60,6 @@ const vector<string> Utils::split(const string &str, int delimiter)
return result;
}
#undef _SEP_
void Utils::timestamp()
{
time_t ltime;