Revert "[Tizen] Fix npatch loader issue"
authorWonsik Jung <sidein@samsung.com>
Thu, 19 Dec 2019 02:28:05 +0000 (11:28 +0900)
committerWonsik Jung <sidein@samsung.com>
Thu, 19 Dec 2019 02:28:05 +0000 (11:28 +0900)
This reverts commit 4579416645b6134b0ad6b02efa52918ed58065aa.

dali-toolkit/internal/visuals/npatch-loader.cpp

index e89ebcb..209840b 100644 (file)
@@ -157,7 +157,7 @@ void GetRedOffsetAndMask( Dali::Pixel::Format pixelFormat, int& byteOffset, int&
   }
 }
 
-Uint16Pair ParseRange( unsigned int& index, unsigned int width, unsigned char*& pixel, unsigned int pixelStride, int testByte, int testBits, int testValue )
+Uint16Pair ParseRange( unsigned int& index, unsigned int width, unsigned char* pixel, unsigned int pixelStride, int testByte, int testBits, int testValue )
 {
   unsigned int start = 0xFFFF;
   for( ; index < width; ++index, pixel += pixelStride )