tw build error bug fix

Signed-off-by: zhouchaobo <zhouchaobo@huawei.com>
Change-Id: I5fac75b56d0c2d6714cefaf6ca5c5b43c769cefb
This commit is contained in:
zhouchaobo 2024-10-18 16:51:50 +08:00
parent 63ee943cda
commit 4888acc32d
2 changed files with 2 additions and 1 deletions

View File

@ -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()";

View File

@ -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: