Using delete[] for pointer that created with new[]
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-view.cpp
old mode 100644 (file)
new mode 100755 (executable)
index 62c0008..929c17c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -411,7 +411,7 @@ const Vector4& View::GetOutlineColor() const
   return Vector4::ZERO;
 }
 
-unsigned int View::GetOutlineWidth() const
+uint16_t View::GetOutlineWidth() const
 {
   if( mImpl->mVisualModel )
   {