- cleanup
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user