From: Xiangyin Ma Date: Thu, 26 May 2016 15:54:12 +0000 (+0100) Subject: Updata Atlas example following the PixelData change X-Git-Tag: dali_1.1.38~1^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-demo.git;a=commitdiff_plain;h=d977e86967d329a75ca0998ca0da386dc1675c81 Updata Atlas example following the PixelData change Change-Id: I3e37cc6dcfddc9cfc092b6b9aa68f9d4b932b71f --- diff --git a/examples/atlas/atlas-example.cpp b/examples/atlas/atlas-example.cpp index 3ba64ea..1d0f089 100644 --- a/examples/atlas/atlas-example.cpp +++ b/examples/atlas/atlas-example.cpp @@ -200,7 +200,7 @@ private: return imageData; } - PixelDataPtr CreatePixelData( const Vector3& color, const unsigned int width, const unsigned int height ) + PixelData CreatePixelData( const Vector3& color, const unsigned int width, const unsigned int height ) { unsigned int size = width*height; unsigned char* pixels = new unsigned char [size*3u];