Aurum: fix build warning 07/284507/2
authorHosang Kim <hosang12.kim@samsung.com>
Fri, 18 Nov 2022 07:29:47 +0000 (16:29 +0900)
committerkim hosang <hosang12.kim@samsung.com>
Fri, 9 Dec 2022 10:47:51 +0000 (10:47 +0000)
Change-Id: Idaa792bea2791eb2828b430a408495e2dae17536

libaurum/src/UiSelector.cc

index 63fd965..8002fc2 100644 (file)
@@ -28,7 +28,7 @@ UiSelector::UiSelector()
   mMatchFocused{}, mMatchFocusable{}, mMatchScrollable{}, mMatchSelected{}, mMatchShowing{}, mMatchActive{}, mMatchVisible{},
   mMatchSelectable{}, mMatchHighlightable{}, mMinDepth{}, mMaxDepth{}, mIschecked{}, mIscheckable{}, mIsclickable{}, mIsenabled{},
   mIsfocused{}, mIsfocusable{}, mIsscrollable{}, mIsselected{}, mIsshowing{}, mIsactive{}, mIsvisible{},
-  mIsselectable{}, mIshighlightable{}, mChild{}, mParent{}, mGeometry{}, mGeometryIsEqual{}
+  mIsselectable{}, mIshighlightable{}, mGeometryIsEqual{}, mChild{}, mParent{}, mGeometry{}
 {
 }