Merge "Updata Atlas example following the PixelData change" into devel/master
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Fri, 3 Jun 2016 16:13:24 +0000 (09:13 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 3 Jun 2016 16:13:24 +0000 (09:13 -0700)
examples/atlas/atlas-example.cpp

index 3ba64ea..1d0f089 100644 (file)
@@ -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];