From: Adeel Kazmi Date: Fri, 10 Nov 2023 09:50:02 +0000 (+0000) Subject: Merge "There is no function of the namespace defined in cpp, so it don't need the... X-Git-Tag: dali_2.2.53~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3dc22c420cb8ee0fe59ca137a8c73e296bc20493;hp=393bb59cb9efb8c9afe07a74db8b17bda428e2d1;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git Merge "There is no function of the namespace defined in cpp, so it don't need the flag DALI_TOOLKIT_API" into devel/master --- diff --git a/dali-toolkit/public-api/particle-system/particle-types.h b/dali-toolkit/public-api/particle-system/particle-types.h index 41622a6..506241b 100644 --- a/dali-toolkit/public-api/particle-system/particle-types.h +++ b/dali-toolkit/public-api/particle-system/particle-types.h @@ -27,7 +27,7 @@ namespace Dali::Toolkit::ParticleSystem { using ParticleStreamTypeFlagBit = uint32_t; -namespace ParticleStream DALI_TOOLKIT_API +namespace ParticleStream { constexpr ParticleStreamTypeFlagBit POSITION_STREAM_BIT = 1 << 0; ///< 3D Position stream constexpr ParticleStreamTypeFlagBit ROTATION_STREAM_BIT = 1 << 1; ///< 3D Rotation stream