X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fpublic-api%2Fimages%2Fimage.cpp;h=e5888ba76535c076e0481f350d23c9f1e517698e;hp=a51297182009e638ee5bd7026214a1130e5f669b;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hpb=b41db98148be41ef5928f4335e985bf62252dde7 diff --git a/dali/public-api/images/image.cpp b/dali/public-api/images/image.cpp index a512971..e5888ba 100644 --- a/dali/public-api/images/image.cpp +++ b/dali/public-api/images/image.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -53,12 +53,12 @@ Image Image::DownCast( BaseHandle handle ) return Image( dynamic_cast(handle.GetObjectPtr()) ); } -unsigned int Image::GetWidth() const +uint32_t Image::GetWidth() const { return GetImplementation(*this).GetWidth(); } -unsigned int Image::GetHeight() const +uint32_t Image::GetHeight() const { return GetImplementation(*this).GetHeight(); }