To set saved jpeg image quality of Capture
[platform/core/uifw/dali-adaptor.git] / dali / public-api / adaptor-framework / native-image-source.cpp
index 9672c60..5aa9262 100755 (executable)
@@ -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<unsigned char> &pixbuf, unsigned
 
 bool NativeImageSource::EncodeToFile(const std::string& filename) const
 {
-  return mImpl->EncodeToFile(filename);
+  return mImpl->EncodeToFile( filename );
 }
 
 void NativeImageSource::SetSource( Any source )