X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fobject%2Fproperty-array.h;h=ef476127c49184d41040cd81633247552dd7a614;hb=649ec06daecb510fb84fe4642a6af957f127e7ab;hp=3fbff39557af76a93773c3908dc847faba397f67;hpb=56cc187f6a376cce673392857ea9ac34bca6f303;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/object/property-array.h b/dali/public-api/object/property-array.h index 3fbff39..ef47612 100644 --- a/dali/public-api/object/property-array.h +++ b/dali/public-api/object/property-array.h @@ -2,7 +2,7 @@ #define __DALI_PROPERTY_ARRAY_H__ /* - * 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. @@ -37,7 +37,7 @@ namespace Dali * @brief A Array of property values. * @SINCE_1_0.0 */ -class DALI_IMPORT_API Property::Array +class DALI_CORE_API Property::Array { public: @@ -215,7 +215,7 @@ private: * @param[in] array The array to insert * @return The output stream operator */ -DALI_IMPORT_API std::ostream& operator<<( std::ostream& stream, const Property::Array& array ); +DALI_CORE_API std::ostream& operator<<( std::ostream& stream, const Property::Array& array ); /** * @}