Merge "fix klocwork issue" into tizen_2.2
[platform/framework/native/uifw.git] / inc / FUiCtrlGroupedList.h
index 490569c..e75a552 100644 (file)
@@ -9,17 +9,19 @@
 //     http://www.apache.org/licenses/LICENSE-2.0/
 //
 // Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an ”AS IS” BASIS,
+// distributed under the License is distributed on an "AS IS" BASIS,
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
 //
 
 /**
+ * @if OSPDEPREC
  * @file       FUiCtrlGroupedList.h
  * @brief      This is the header file for the %GroupedList class.
  *
  * This header file contains the declarations of the %GroupedList class and its helper classes.
+ * @endif
  */
 
 #ifndef _FUI_CTRL_GROUPED_LIST_H_
@@ -163,7 +165,7 @@ GroupedListSample::OnInitializing(void)
        }
 
        // Adds the grouped list to the form
-       AddControl(*__pGroupedList);
+       AddControl(__pGroupedList);
 
        // Deallocates bitmaps
        delete pBitmapNormal;