mirror of
https://gitee.com/openharmony/msdp_device_status
synced 2024-11-27 01:30:57 +00:00
update interfaces/innerkits/interaction/include/drag_data.h.
Signed-off-by: 李少雄 <lishaoxiong10@huawei.com>
This commit is contained in:
parent
c7291190fb
commit
674afb16e4
@ -51,7 +51,7 @@ struct ShadowInfo {
|
||||
return pixelMap->IsSameImage(*(other.pixelMap)) && x == other.x && y == other.y;
|
||||
}
|
||||
|
||||
bool operator != (const ShadowInfo &other) const
|
||||
bool operator != (const ShadowInfo &other) const
|
||||
{
|
||||
return !(*this == other);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user