Merge "fix klocwork issue" into tizen_2.2
[platform/framework/native/uifw.git] / inc / FUiCtrlGroupedList.h
index 9066b2a..e75a552 100644 (file)
 //
 
 /**
+ * @if OSPDEPREC
  * @file       FUiCtrlGroupedList.h
  * @brief      This is the header file for the %GroupedList class.
  *
  * This header file contains the declarations of the %GroupedList class and its helper classes.
+ * @endif
  */
 
 #ifndef _FUI_CTRL_GROUPED_LIST_H_
@@ -163,7 +165,7 @@ GroupedListSample::OnInitializing(void)
        }
 
        // Adds the grouped list to the form
-       AddControl(*__pGroupedList);
+       AddControl(__pGroupedList);
 
        // Deallocates bitmaps
        delete pBitmapNormal;