- cleanup

This commit is contained in:
2020-10-29 10:09:58 +02:00
parent 5450c155d9
commit 6554688cb7
8 changed files with 24 additions and 11 deletions

View File

@@ -71,4 +71,6 @@ bool Uuid::operator < (const Uuid& right) const
#if defined(TARGET_WIN)
return memcmp(&mUuid, &right.mUuid, sizeof(mUuid)) < 0;
#endif
return false;
}