Updata Atlas example following the PixelData change 08/71708/3
authorXiangyin Ma <x1.ma@samsung.com>
Thu, 26 May 2016 15:54:12 +0000 (16:54 +0100)
committerXiangyin Ma <x1.ma@samsung.com>
Thu, 2 Jun 2016 17:48:56 +0000 (10:48 -0700)
Change-Id: I3e37cc6dcfddc9cfc092b6b9aa68f9d4b932b71f

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];