From: Hosang Kim Date: Fri, 18 Nov 2022 07:29:47 +0000 (+0900) Subject: Aurum: fix build warning X-Git-Tag: accepted/tizen/unified/20221215.051045~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0043c7bc6453bd5b66484f8ce8c30e453bbf4ec1;p=platform%2Fcore%2Fuifw%2Faurum.git Aurum: fix build warning Change-Id: Idaa792bea2791eb2828b430a408495e2dae17536 --- diff --git a/libaurum/src/UiSelector.cc b/libaurum/src/UiSelector.cc index 63fd965..8002fc2 100644 --- a/libaurum/src/UiSelector.cc +++ b/libaurum/src/UiSelector.cc @@ -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{} { }