提交 8d04474c 编写于 作者: L liqiang

fix cast build errror

Change-Id: I01494d80fa2f3fa61e10ec4dda62f98a135c36e5
Signed-off-by: Nliqiang <liqiang121@huawei.com>
上级 e5566d3a
......@@ -75,7 +75,7 @@ void RotateInputDevice::DispatchEvent(const DeviceData& data)
view->OnRotateEvent(data.rotate);
rotateStart_ = true;
GRAPHIC_LOGI("RotateInputDevice dispatched rotate event, targetView Type is %d\n!",
reinpreter_cast<uint8_t>(view->GetViewType()));
static_cast<uint8_t>(view->GetViewType()));
}
} // namespace OHOS
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册