TextView - Merges the TextActor initialization and update in one function.
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / internal / controls / text-view / text-view-processor-helper-functions.cpp
index 08d8ce6..3942d19 100644 (file)
@@ -113,7 +113,7 @@ void GetIndicesFromGlobalCharacterIndex( const std::size_t index,
     return;
   }
 
-  std::size_t currentIndex = 0; // stores how many characters have been traversed (within the whole text).
+  std::size_t currentIndex = 0u; // stores how many characters have been traversed (within the whole text).
 
   // Traverse all lines and words until global index is found.
   bool found = false;