libaurum: add initializing variable submit/tizen/20220908.070031
authorHosang Kim <hosang12.kim@samsung.com>
Wed, 7 Sep 2022 10:14:53 +0000 (19:14 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Wed, 7 Sep 2022 10:14:53 +0000 (19:14 +0900)
Change-Id: I9b39305d92ab109e820a13361d8d062ac511c148

libaurum/src/UiSelector.cc

index 74822c9..5dd46e1 100644 (file)
@@ -24,7 +24,7 @@ using namespace Aurum;
 UiSelector::UiSelector()
 : mId{}, mAutomationId{}, mRole{}, mText{}, mPkg{}, mType{}, mStyle{}, mTextPartialMatch{}, mXPath{}, mOcrText{},
   mMatchId{}, mMatchAutomationId{}, mMatchRole{}, mMatchText{}, mMatchPkg{}, mMatchType{}, mMatchStyle{},
-  mMatchTextPartialMatch{}, mMatchXPath{}, mMatchOcrText{}, mMatchChecked{}, mMatchCheckable{}, mMatchClickable{}, mMatchEnabled{},
+  mMatchTextPartialMatch{}, mMatchXPath{}, mMatchOcrText{}, mMatchGeometry{}, 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{},
@@ -284,4 +284,4 @@ UiSelector *UiSelector::geometry(Rect<int> geometry, bool isEqual)
     this->mGeometryIsEqual = isEqual;
     this->mMatchGeometry = true;
     return this;
-}
\ No newline at end of file
+}