mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-27 17:21:11 +00:00
tw build error bug fix
Signed-off-by: zhouchaobo <zhouchaobo@huawei.com> Change-Id: I5fac75b56d0c2d6714cefaf6ca5c5b43c769cefb
This commit is contained in:
parent
63ee943cda
commit
4888acc32d
@ -351,6 +351,7 @@
|
||||
OHOS::Ace::DataAbilityHelperStandard::*;
|
||||
OHOS::Ace::DataProviderManagerStandard::*;
|
||||
OHOS::Ace::ShadowTheme::*;
|
||||
OHOS::Ace::TouchLocationInfo::*;
|
||||
OHOS::Ace::ACE_FORCE_EXPORT::*;
|
||||
|
||||
"OHOS::Ace::ElementRegister::GetInstance()";
|
||||
|
@ -199,7 +199,7 @@ private:
|
||||
TimeStamp time_;
|
||||
};
|
||||
|
||||
class TouchLocationInfo : public BaseEventInfo {
|
||||
class ACE_FORCE_EXPORT TouchLocationInfo : public BaseEventInfo {
|
||||
DECLARE_RELATIONSHIP_OF_CLASSES(TouchLocationInfo, TypeInfoBase);
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user