Fixed build error
authorChoongeun Hong <cheun.hong@samsung.com>
Thu, 9 May 2013 04:50:30 +0000 (13:50 +0900)
committerChoongeun Hong <cheun.hong@samsung.com>
Thu, 9 May 2013 04:50:30 +0000 (13:50 +0900)
Change-Id: I4841a2196d988110948a255327712084ea49c804
Signed-off-by: Choongeun Hong <cheun.hong@samsung.com>
project/src/ViewForm.cpp

index c54a71c..c3d2e31 100644 (file)
@@ -96,7 +96,7 @@ ViewForm::CreateAppWidgetView(const Tizen::Base::String& appId, const Tizen::Bas
                result r = pAppWidgetView->Construct(appId, providerName, FloatRectangle(VIEW_X, VIEW_Y, VIEW_WIDTH, VIEW_HEIGHT), userInfo);
                TryReturnVoid(r == E_SUCCESS, "[%s] Propagating.", GetErrorMessage(r));
 
-               AddControl(pAppWidgetView);
+               AddControl(*pAppWidgetView);
        }
 
        __pAppWidgetView = pAppWidgetView.release();