update interfaces/innerkits/interaction/include/drag_data.h.

Signed-off-by: 李少雄 <lishaoxiong10@huawei.com>
This commit is contained in:
李少雄 2024-06-11 03:08:12 +00:00 committed by Gitee
parent c7291190fb
commit 674afb16e4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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);
}