mirror of
https://github.com/openharmony/graphic_surface.git
synced 2026-07-01 03:21:54 -04:00
Description: Code alarm processing#8
IssueNo: https://gitee.com/openharmony/graphic_surface/issues/I5YD3D Feature or Bugfix: Bugfix Binary Source:No Signed-off-by: youbing54<youbing3@huawei.com>
This commit is contained in:
@@ -99,7 +99,7 @@ private:
|
||||
struct BufferKey {
|
||||
int32_t key;
|
||||
uint64_t phyAddr;
|
||||
bool operator< (const BufferKey &x) const
|
||||
bool operator < (const BufferKey &x) const
|
||||
{
|
||||
return (key < x.key) || (key == x.key && phyAddr < x.phyAddr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user