提交 ba0e7cd1 编写于 作者: O openharmony_ci 提交者: Gitee

!428 修复类型转换编译错误问题

Merge pull request !428 from JayLeeHW/master-log-error
...@@ -75,7 +75,7 @@ void RotateInputDevice::DispatchEvent(const DeviceData& data) ...@@ -75,7 +75,7 @@ void RotateInputDevice::DispatchEvent(const DeviceData& data)
view->OnRotateEvent(data.rotate); view->OnRotateEvent(data.rotate);
rotateStart_ = true; rotateStart_ = true;
GRAPHIC_LOGI("RotateInputDevice dispatched rotate event, targetView Type is %d\n!", 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 } // namespace OHOS
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册