UiSelector: fix build warning 25/275225/2
authorHosang Kim <hosang12.kim@samsung.com>
Wed, 18 May 2022 12:03:02 +0000 (21:03 +0900)
committerwoochan lee <wc0917.lee@samsung.com>
Wed, 22 Jun 2022 11:09:39 +0000 (11:09 +0000)
Change-Id: I5dec5b361ba7fb6c9ceda2f1cec27cc58e4e8c91

libaurum/src/UiSelector.cc

index f97aea3..7d703dc 100644 (file)
@@ -22,9 +22,9 @@
 using namespace Aurum;
 
 UiSelector::UiSelector()
-: mId{}, mAutomationId{}, mRole{}, mText{}, mTextPartialMatch{}, mPkg{}, mType{}, mStyle{},
-  mMatchId{}, mMatchAutomationId{}, mMatchRole{}, mMatchText{}, mMatchTextPartialMatch{}, mMatchXPath{}, mMatchPkg{},
-  mMatchType{}, mMatchStyle{}, mMatchChecked{}, mMatchCheckable{}, mMatchClickable{}, mMatchEnabled{}, mMatchFocused{},
+: mId{}, mAutomationId{}, mRole{}, mText{}, mPkg{}, mType{}, mStyle{}, mTextPartialMatch{}, mXPath{},
+  mMatchId{}, mMatchAutomationId{}, mMatchRole{}, mMatchText{}, mMatchPkg{}, mMatchType{}, mMatchStyle{},
+  mMatchTextPartialMatch{}, mMatchXPath{}, mMatchChecked{}, mMatchCheckable{}, mMatchClickable{}, mMatchEnabled{}, mMatchFocused{},
   mMatchFocusable{}, mMatchScrollable{}, mMatchSelected{}, mMatchShowing{}, mMatchActive{}, mMatchVisible{},
   mMatchSelectable{}, mMinDepth{}, mMaxDepth{}, mIschecked{}, mIscheckable{}, mIsclickable{}, mIsenabled{},
   mIsfocused{}, mIsfocusable{}, mIsscrollable{}, mIsselected{}, mIsshowing{}, mIsactive{}, mIsvisible{},
@@ -265,4 +265,4 @@ UiSelector *UiSelector::fromParent(std::shared_ptr<UiSelector> parent)
 {
     mParent = parent;
     return this;
-}
\ No newline at end of file
+}