From: JaeHwan Lee Date: Tue, 26 Feb 2013 02:12:58 +0000 (+0900) Subject: Fixed Build Error osp-shell X-Git-Tag: accepted/tizen_2.1/20130425.034720~82^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4607ffe6348fb25faf41694e4917c460a64d3d23;p=platform%2Fframework%2Fnative%2Fshell.git Fixed Build Error osp-shell Change-Id: I2a5b596052be41a54f0d520eff8f4b3754271d55 Signed-off-by: JaeHwan Lee --- diff --git a/src/FShell_QuickPanelFrameImpl.cpp b/src/FShell_QuickPanelFrameImpl.cpp index 8f0f699..c349a17 100644 --- a/src/FShell_QuickPanelFrameImpl.cpp +++ b/src/FShell_QuickPanelFrameImpl.cpp @@ -448,7 +448,7 @@ protected: Layout* pLandscapeLayout = null; result tempResult = E_SUCCESS; - tempResult = GetLayoutN(pControl, pPortraitLayout, pLandscapeLayout); + tempResult = __pLayoutMaker->GetLayoutN(pControl, pPortraitLayout, pLandscapeLayout); if (E_SUCCESS == tempResult) {