X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fadaptor-framework%2Fnative-image-source.cpp;h=5aa92624bb5a3b101af2bbb7f928907739564685;hb=refs%2Fchanges%2F57%2F230557%2F15;hp=9672c60421d5bf0835148acd424bb332368675d4;hpb=9e785224f3659b53537ebbe6e15f999f5d5e64a0;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/public-api/adaptor-framework/native-image-source.cpp b/dali/public-api/adaptor-framework/native-image-source.cpp index 9672c60..5aa9262 100755 --- a/dali/public-api/adaptor-framework/native-image-source.cpp +++ b/dali/public-api/adaptor-framework/native-image-source.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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,7 +53,7 @@ bool NativeImageSource::GetPixels( std::vector &pixbuf, unsigned bool NativeImageSource::EncodeToFile(const std::string& filename) const { - return mImpl->EncodeToFile(filename); + return mImpl->EncodeToFile( filename ); } void NativeImageSource::SetSource( Any source )