mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-26 09:45:32 +08:00
Update release
This commit is contained in:
@@ -62,11 +62,6 @@ FilePath
|
||||
{
|
||||
}
|
||||
|
||||
vint FilePath::Compare(const FilePath& a, const FilePath& b)
|
||||
{
|
||||
return (vint)WString::Compare(a.fullPath, b.fullPath);
|
||||
}
|
||||
|
||||
FilePath FilePath::operator/(const WString& relativePath)const
|
||||
{
|
||||
if (IsRoot())
|
||||
@@ -449,10 +444,6 @@ Locale
|
||||
{
|
||||
}
|
||||
|
||||
Locale::~Locale()
|
||||
{
|
||||
}
|
||||
|
||||
const WString& Locale::GetName()const
|
||||
{
|
||||
return localeName;
|
||||
|
||||
Reference in New Issue
Block a user