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]; diff --git a/packaging/com.samsung.dali-demo.spec b/packaging/com.samsung.dali-demo.spec index 0267f4e..5850d7b 100755 --- a/packaging/com.samsung.dali-demo.spec +++ b/packaging/com.samsung.dali-demo.spec @@ -2,7 +2,7 @@ Name: com.samsung.dali-demo Summary: The OpenGLES Canvas Core Demo -Version: 1.1.37 +Version: 1.1.38 Release: 1 Group: System/Libraries License: Apache-2.0