Fixed to add the AllWindowList
[platform/framework/native/uifw.git] / inc / FUiCtrlIconListView.h
index 262f349..43eff35 100644 (file)
@@ -120,7 +120,7 @@ IconListViewSample::OnInitializing(void)
        __pIconListView->AddIconListViewItemEventListener(*this);
 
        // Adds the icon list view to the form
-       AddControl(*__pIconListView);
+       AddControl(__pIconListView);
 
        // Gets instances of Bitmap
        AppResource* pAppResource = Application::GetInstance()->GetAppResource();