mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-26 01:35:31 +08:00
Update release
This commit is contained in:
@@ -3067,13 +3067,6 @@ WindowsDirect2DParagraph
|
||||
TextRange(){}
|
||||
TextRange(vint _start, vint _end):start(_start),end(_end){}
|
||||
|
||||
inline vint Compare(const TextRange& value)const
|
||||
{
|
||||
vint result;
|
||||
if ((result = start - value.start) != 0) return result;
|
||||
if ((result = end - value.end) != 0) return result;
|
||||
return 0;
|
||||
}
|
||||
GUI_DEFINE_COMPARE_OPERATORS(TextRange)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user