License and Privilege changes
[apps/osp/Call.git] / src / CallDtmfKeypadPanel.cpp
index d86d432..58f0578 100644 (file)
@@ -1,7 +1,7 @@
 //
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
-// Licensed under the Flora License, Version 1.0 (the License);
+// Licensed under the Flora License, Version 1.1 (the License);
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
 //
@@ -115,7 +115,7 @@ DtmfKeyPadPanel::OnInitializing(void)
        Panel* pKeysPanel = new (std::nothrow) Panel();
        pKeysPanel->Construct(IDL_DTMF_KEYS_PANEL);
        pKeysPanel->SetBounds(pKeyBgLbl->GetBounds());
-       AddControl(*pKeysPanel);
+       AddControl(pKeysPanel);
 
        //Add action listener and bg to buttons.
        AddListenersToButtons();