Modified GetValue return value in CustomListItem.
[platform/framework/native/uifw.git] / src / ui / controls / FUiCtrlCustomListItem.cpp
index 1888df0..75e059c 100644 (file)
@@ -158,7 +158,7 @@ int
 CustomListItem::GetValue(void) const
 {
        SysAssertf((__pCustomListItemImpl != null), "Not yet constructed. Construct() should be called before use.");
-       return __pCustomListItemImpl->GetValue();
+       return -1;
 }
 
 }}} //Tizen::Ui::Controls