Fixed Build Error osp-shell
authorJaeHwan Lee <jael.lee@samsung.com>
Tue, 26 Feb 2013 02:12:58 +0000 (11:12 +0900)
committerJaeHwan Lee <jael.lee@samsung.com>
Tue, 26 Feb 2013 02:12:58 +0000 (11:12 +0900)
Change-Id: I2a5b596052be41a54f0d520eff8f4b3754271d55
Signed-off-by: JaeHwan Lee <jael.lee@samsung.com>
src/FShell_QuickPanelFrameImpl.cpp

index 8f0f699..c349a17 100644 (file)
@@ -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)
                        {