From 4607ffe6348fb25faf41694e4917c460a64d3d23 Mon Sep 17 00:00:00 2001 From: JaeHwan Lee Date: Tue, 26 Feb 2013 11:12:58 +0900 Subject: [PATCH] Fixed Build Error osp-shell Change-Id: I2a5b596052be41a54f0d520eff8f4b3754271d55 Signed-off-by: JaeHwan Lee --- src/FShell_QuickPanelFrameImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.7.4