Change deprecated API
authorChoongeun Hong <cheun.hong@samsung.com>
Thu, 9 May 2013 01:49:18 +0000 (10:49 +0900)
committerChoongeun Hong <cheun.hong@samsung.com>
Thu, 9 May 2013 01:49:18 +0000 (10:49 +0900)
Change-Id: If34eefab5b0f5188898f8db2d18b273283a4ad93
Signed-off-by: Choongeun Hong <cheun.hong@samsung.com>
project/src/BasicAppFrame.cpp

index 682b422..ee0a79c 100644 (file)
@@ -52,7 +52,7 @@ BasicAppFrame::OnInitializing(void)
        AddControl(pMainForm);
 
        // Set the current form
-       SetCurrentForm(*pMainForm);
+       SetCurrentForm(pMainForm);
 
        // Draw the form
        pMainForm->Invalidate(true);