Fix doxygen error + Minor coverity issue resolve
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / text / spans / background-color-span.cpp
index 30972d5..c7a5d04 100644 (file)
@@ -50,7 +50,7 @@ BackgroundColorSpan& BackgroundColorSpan::operator=(BackgroundColorSpan&& rhs) =
 BackgroundColorSpan::~BackgroundColorSpan() = default;
 
 //Methods
-const Vector4 BackgroundColorSpan::GetBackgroundColor() const
+Vector4 BackgroundColorSpan::GetBackgroundColor() const
 {
   return GetImplementation(*this).GetBackgroundColor();
 }